thoughtbot--shoulda-matchers/spec/unit/shoulda/matchers
Ari Pollak 44c0198830 Fix permit matcher for multiple instances of params
When the permit matcher is used without `#on`, the controller does
not use `params#require`, and the params object is duplicated, the
matcher did not recognize the `#permit` call inside the controller.
This happened because the matcher overwrote double registries with the
same parameter hash whenever ActionController::Parameters was
instantiated.
This is related to #899.
2016-11-21 09:54:27 -05:00
..
action_controller Fix permit matcher for multiple instances of params 2016-11-21 09:54:27 -05:00
active_model Typo fix 2016-01-28 00:10:47 -07:00
active_record Support multiple uniq validations on same attr 2016-01-27 23:21:32 -07:00
doublespeak Improve architecture for permit matcher 2015-09-29 18:42:08 -06:00
independent
routing Add a new Routing module 2015-09-25 17:45:33 -06:00
util word_wrap: Add ability to indent wrapped text 2015-12-13 20:22:21 -07:00
doublespeak_spec.rb