Skip to content

Commit 219f44c

Browse files
committed
Doc update
1 parent fc0b8d7 commit 219f44c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
rspec-steps (2.0.0)
4+
rspec-steps (2.0.1)
55
rspec (>= 3.0, < 3.99)
66

77
GEM

doc/README

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,10 @@ there's a :step hook), this shift *no longer* applies to config.before _et al_
8989
-- you'll need to use config.before :each to run around each step. This is the
9090
primary change to the Steps interface that called for a major version bump.
9191

92+
If you're migrating a project from a previous version: be sure that any
93+
dependency on Waterpig is at least at 0.12. Then remove any `before :step`
94+
calls in spec support files.
95+
9296
## Advanced stuff: shared steps
9397

9498
If you have (for example) two user stories that share the same first N steps but then

0 commit comments

Comments
 (0)