-
Notifications
You must be signed in to change notification settings - Fork 154
Upgrade to 2.0
Kris Leech edited this page Mar 8, 2017
·
2 revisions
-
Fix any deprecations, the deprecation warning will inform you about what to do. They can all be fixed with find/replace.
-
Switch to
gem 'wisper', '2.0.0'
in Gemfile. -
The Wisper rspec matchers and stubs have been moved in to a separate gem, add
gem 'wisper-rpsec'
to Gemfile if you use these. Otherwise you will get the errorLoadError: cannot load such file -- wisper/rspec/matchers
. -
bundle update
. -
Run tests and report any Wisper related errors.
Need to ask a question? Please ask on StackOverflow tagging the question with wisper.
Found a bug? Please report it on the Issue tracker.