Skip to content

Commit ca1ff62

Browse files
authored
Merge pull request #134 from GuyPaddock/feature/docs-update
Update SpecificationDSL.md
2 parents 2f7fd16 + c0cf27e commit ca1ff62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/SpecificationDSL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Spectrum provides a Specification-style test DSL similar to [RSpec](http://rspec
99
- `it` - an individual spec
1010
- `beforeEach` / `afterEach` - per-spec setup/teardown
1111
- `beforeAll` / `afterAll` - per-suite setup/teardown
12-
- `let` / `Variable` - [for providing values to tests](VariablesAndValues.md)
12+
- `let` / `eagerLet` / `Variable` - [for providing values to tests](VariablesAndValues.md)
1313
- `fit` / `fdescribe` / `fcontext` - [for focusing](FocusingAndIgnoring.md)
1414
- `xit` / `xdescribe` / `xcontext` - [for ignoring](FocusingAndIgnoring.md)
1515
- `with` / `ignore` / `focus` / `tags` - [for tagging blocks with metadata](FocusingAndIgnoring.md)

0 commit comments

Comments
 (0)