We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2f7fd16 + c0cf27e commit ca1ff62Copy full SHA for ca1ff62
docs/SpecificationDSL.md
@@ -9,7 +9,7 @@ Spectrum provides a Specification-style test DSL similar to [RSpec](http://rspec
9
- `it` - an individual spec
10
- `beforeEach` / `afterEach` - per-spec setup/teardown
11
- `beforeAll` / `afterAll` - per-suite setup/teardown
12
-- `let` / `Variable` - [for providing values to tests](VariablesAndValues.md)
+- `let` / `eagerLet` / `Variable` - [for providing values to tests](VariablesAndValues.md)
13
- `fit` / `fdescribe` / `fcontext` - [for focusing](FocusingAndIgnoring.md)
14
- `xit` / `xdescribe` / `xcontext` - [for ignoring](FocusingAndIgnoring.md)
15
- `with` / `ignore` / `focus` / `tags` - [for tagging blocks with metadata](FocusingAndIgnoring.md)
0 commit comments