We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2659f2f commit abf994aCopy full SHA for abf994a
README.md
@@ -989,7 +989,7 @@ they will retry the match for given timeout allowing you to test ajax actions.
989
article = mock_model(Article).as_null_object
990
```
991
992
-* Use `let` blocks instead of `before(:all)` blocks to create data for
+* Use `let` blocks instead of `before(:each)` blocks to create data for
993
the spec examples. `let` blocks get lazily evaluated.
994
995
```Ruby
0 commit comments