From c0cf27e5a46f7caf0f7a5f91f359a3b3412e859a Mon Sep 17 00:00:00 2001 From: Guy Elsmore-Paddock Date: Sat, 24 Mar 2018 14:44:39 -0400 Subject: [PATCH] Update SpecificationDSL.md Catches some documentation that wasn't updated in #133. --- docs/SpecificationDSL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/SpecificationDSL.md b/docs/SpecificationDSL.md index 1a37cfb..ab5d0fa 100644 --- a/docs/SpecificationDSL.md +++ b/docs/SpecificationDSL.md @@ -9,7 +9,7 @@ Spectrum provides a Specification-style test DSL similar to [RSpec](http://rspec - `it` - an individual spec - `beforeEach` / `afterEach` - per-spec setup/teardown - `beforeAll` / `afterAll` - per-suite setup/teardown -- `let` / `Variable` - [for providing values to tests](VariablesAndValues.md) +- `let` / `eagerLet` / `Variable` - [for providing values to tests](VariablesAndValues.md) - `fit` / `fdescribe` / `fcontext` - [for focusing](FocusingAndIgnoring.md) - `xit` / `xdescribe` / `xcontext` - [for ignoring](FocusingAndIgnoring.md) - `with` / `ignore` / `focus` / `tags` - [for tagging blocks with metadata](FocusingAndIgnoring.md)