Skip to content
Kris Leech edited this page Mar 8, 2017 · 2 revisions
  1. Fix any deprecations, the deprecation warning will inform you about what to do. They can all be fixed with find/replace.

  2. Switch to gem 'wisper', '2.0.0' in Gemfile.

  3. 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 error LoadError: cannot load such file -- wisper/rspec/matchers.

  4. bundle update.

  5. Run tests and report any Wisper related errors.