thoughtbot--shoulda-matchers/lib/shoulda/matchers
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
..
action_controller Bring set_session in line with set_flash 2014-11-21 14:27:44 -07:00
active_model Add `validate_uniqueness_of_(:foo).allow_blank` 2014-11-20 12:28:16 -07:00
active_record Fix association matchers + namespaced class_name 2014-11-06 14:15:00 -07:00
doublespeak Remove all Ruby-emitted warnings 2014-07-18 18:00:08 -06:00
independent Fix delegate_method when used with shoulda-context 2014-10-08 01:05:37 -06:00
integrations Extract examples in README to inline documentation 2014-06-20 16:41:27 -06:00
action_controller.rb Deprecate set_the_flash in favor of set_flash 2014-11-21 14:24:00 -07:00
active_model.rb Deprecate ensure_length_of for validate_length_of 2014-11-05 11:39:53 -07:00
active_record.rb Create the define_enum_for matcher 2014-08-26 14:44:27 -06:00
assertion_error.rb Use same assertion class as Rails, if loaded 2014-06-27 14:06:47 -06:00
doublespeak.rb Allow multiple StrongParametersMatchers to exist at once. 2014-06-21 21:56:47 -06:00
error.rb Extract examples in README to inline documentation 2014-06-20 16:41:27 -06:00
independent.rb Rename DelegateMatcher to DelegateMethodMatcher 2014-08-29 11:57:26 -06:00
matcher_context.rb Fix delegate_method when used with shoulda-context 2014-10-08 01:05:37 -06:00
rails_shim.rb Extract examples in README to inline documentation 2014-06-20 16:41:27 -06:00
util.rb Fix association matchers + namespaced class_name 2014-11-06 14:15:00 -07:00
version.rb Bump version to 2.7.0 2014-09-03 00:38:41 -06:00
warn.rb Deprecate ensure_inclusion_of 2014-07-23 19:35:20 -06:00