thoughtbot--shoulda-matchers/spec/shoulda/matchers
Elliot Winkler 380d18f062 Revert 561ac3e2f0
(Change `validate_uniqueness_of_matcher` to give non-null columns
default values)

This sounds good in theory, but we cannot choose default values that
make sense in every single context. For instance, if the column only
accepts certain values, then a default value must be chosen which is one
of those values. There is no way we can know this. Instead of making
`validate_uniqueness_of` magical, we should insist that people
create a record that has the proper attributes with the proper values
before using `validate_uniqueness_of`.
2014-05-09 15:17:06 -06:00
..
action_controller Rename method to match other Rails version methods 2014-04-24 15:44:52 -05:00
active_model Revert 561ac3e2f0 2014-05-09 15:17:06 -06: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
doublespeak_spec.rb Add a small stubbing library 2014-04-22 09:37:27 -05:00