Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 646 Bytes

CHANGES.textile

File metadata and controls

17 lines (10 loc) · 646 Bytes

0.0.5

Changes

  • Works with RSpec-2.6 now, too.
  • We no longer provide our own Capybara string matchers but delegate to Capybara.string. If you ever used the == equality check, this won’t work anymore. As a tradeoff, you get all string matchers Capybara comes up with, making rspec-cells forward-compatible.

0.0.4

Changes

  • Use Capybara’s string matchers in your specs now (if you like)!

0.0.2

Bugfixes

  • Using a Railtie to correctly load rspec-cells. Caused a dependency problem with capybara before. Thanks to Steve Sloan [CodeMonkeySteve] for fixing and Brandon Dimcheff [bdimcheff] for debugging.