thoughtbot--shoulda-matchers/lib/shoulda/matchers
Ivan Valdes (@ivanvc) d4b1fc2fa1 Fixes uniqueness matcher for enum columns
In Rails 4.1, if the scope from a validates_uniqueness_of matcher is an
enum, next_value won't get the correct value, then tests will fail even
that validation works. This adds a way to check if the scoped attribute
is an enum, and correctly get the next value.
2014-04-24 15:45:29 -05:00
..
action_controller Fix several issues with strong parameters matcher 2014-04-22 09:37:30 -05:00
active_model Fixes uniqueness matcher for enum columns 2014-04-24 15:45:29 -05:00
active_record Fix `belong_to` used with polymorphic association 2014-04-12 14:49:01 -06:00
doublespeak Add a small stubbing library 2014-04-22 09:37:27 -05:00
independent Fix delegate_method to double objects properly 2014-04-22 09:46:31 -05:00
integrations Only include ActiveRecord matchers if AR is defined 2014-04-15 21:25:12 -06:00
action_controller.rb Revert "Remove 'strong_parameters' matcher" 2014-03-26 17:46:04 -04:00
active_model.rb Improve ValidateNumericalityOfMatcher document expression 2014-01-31 09:47:50 -07:00
active_record.rb + Add inverse of matcher for active record association 2014-04-04 11:15:55 -06:00
assertion_error.rb Add support to rails 4.1.0 2014-04-08 17:41:31 -03:00
doublespeak.rb Add a small stubbing library 2014-04-22 09:37:27 -05:00
error.rb Validating presence of a secure password may raise an error 2014-02-28 20:31:41 -07:00
independent.rb Restore delegate_method matcher 2014-03-21 14:54:16 -04:00
rails_shim.rb Fix several issues with strong parameters matcher 2014-04-22 09:37:30 -05:00
version.rb Bump to version 2.6.1.rc1 2014-04-22 10:24:05 -05:00
warn.rb Handle ensure_inclusion_of for boolean columns 2014-02-17 15:40:18 -07:00