thoughtbot--shoulda-matchers/lib/shoulda/matchers
Elliot Winkler 476f0dbe53 Fix negative versions of numericality matcher
The numericality matcher works when used in the negative — i.e.
`should_not` vs `should` — as long as it is not being used with any
qualifiers. As soon as this happens, this breaks because the classes
that back the qualifiers do not respond to `does_not_match?`. This
commit fixes that.
2019-05-31 22:50:28 -06:00
..
action_controller Replace the with_port qualifier on route with port option 2018-01-25 22:31:23 -06:00
active_model Fix negative versions of numericality matcher 2019-05-31 22:50:28 -06:00
active_record Remove secure password code from uniqueness matcher 2019-05-31 21:23:11 -06:00
doublespeak Doublespeak: Define #respond_to_missing? on ObjectDouble 2017-09-17 17:46:06 -05:00
independent Update docs for delegate_method 2018-01-24 02:54:30 -06:00
integrations Add a new Routing module 2015-09-25 17:45:33 -06:00
util Improve failure messages for define_enum_for 2018-01-28 00:47:44 -06:00
action_controller.rb Update documentation 2019-02-16 03:01:35 -07:00
active_model.rb Update documentation 2019-02-16 03:01:35 -07:00
active_record.rb Update documentation 2019-02-16 03:01:35 -07:00
configuration.rb Remove auto-detection of Rails / test framework 2015-02-09 10:52:51 -07:00
doublespeak.rb Permit matcher now supports subparameters 2015-03-01 01:32:00 -07:00
error.rb Tighten CouldNotSetAttributeError restriction 2015-09-27 14:56:59 -06:00
independent.rb Update documentation 2019-02-16 03:01:35 -07:00
integrations.rb Omit newest private modules from docs 2015-03-01 01:20:45 -07:00
matcher_context.rb Documentation updates 2014-12-25 01:13:30 -05:00
rails_shim.rb Add minimal support for Rails 6 2019-04-22 00:10:18 -04:00
routing.rb Replace the with_port qualifier on route with port option 2018-01-25 22:31:23 -06:00
util.rb Rewrite have_db_index matcher 2019-05-30 21:15:52 -06:00
version.rb Bump version to 4.0.1 2019-02-25 22:12:01 -07:00
warn.rb Update documentation 2019-02-16 03:01:35 -07:00