thoughtbot--shoulda-matchers/lib/shoulda
Elliot Winkler b84ec8cc16 Bring set_session in line with set_flash
* Deprecate `set_session(:foo)` in favor of `set_session[:foo]`
* Make both #[] and #to optional (`should set_session` simply checks
  that the session is non-empty, `should set_session.to('value')` checks
  that *any* value is 'value')
* Add support for regexps to #to
* Deprecate `should set_session(...).to(nil)` in favor of using
  `should_not set_session`
* Improve failure message
2014-11-21 14:27:44 -07:00
..
matchers Bring set_session in line with set_flash 2014-11-21 14:27:44 -07:00
matchers.rb Fix define_class/model to support namespaces 2014-10-08 23:22:50 -06:00