thoughtbot--shoulda-matchers/lib/shoulda/matchers/action_controller
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
..
callback_matcher.rb Prefer protected over private attributes 2014-06-27 14:41:54 -06:00
filter_param_matcher.rb FilterParamMatcher supports Regexps 2014-08-13 22:21:53 -04:00
redirect_to_matcher.rb Remove all Ruby-emitted warnings 2014-07-18 18:00:08 -06:00
render_template_matcher.rb Remove all Ruby-emitted warnings 2014-07-18 18:00:08 -06:00
render_with_layout_matcher.rb Remove all Ruby-emitted warnings 2014-07-18 18:00:08 -06:00
rescue_from_matcher.rb Remove all Ruby-emitted warnings 2014-07-18 18:00:08 -06:00
respond_with_matcher.rb Extract examples in README to inline documentation 2014-06-20 16:41:27 -06:00
route_matcher.rb Extract examples in README to inline documentation 2014-06-20 16:41:27 -06:00
route_params.rb Fix route matcher to fully work with non-string params 2014-11-19 16:44:10 -07:00
set_flash_matcher.rb Deprecate set_the_flash in favor of set_flash 2014-11-21 14:24:00 -07:00
set_session_matcher.rb Bring set_session in line with set_flash 2014-11-21 14:27:44 -07:00
strong_parameters_matcher.rb Prefer protected over private attributes 2014-06-27 14:41:54 -06:00