thoughtbot--shoulda-matchers/lib/shoulda
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
..
matchers Revert 561ac3e2f0 2014-05-09 15:17:06 -06:00
matchers.rb Add a small stubbing library 2014-04-22 09:37:27 -05:00