Skip to content

Commit abf994a

Browse files
committed
Small fix
1 parent 2659f2f commit abf994a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -989,7 +989,7 @@ they will retry the match for given timeout allowing you to test ajax actions.
989989
article = mock_model(Article).as_null_object
990990
```
991991

992-
* Use `let` blocks instead of `before(:all)` blocks to create data for
992+
* Use `let` blocks instead of `before(:each)` blocks to create data for
993993
the spec examples. `let` blocks get lazily evaluated.
994994

995995
```Ruby

0 commit comments

Comments
 (0)