thoughtbot--shoulda-matchers/spec/shoulda/matchers/active_model
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
..
numericality_matchers v_n_o no longer treats numbers as floats 2014-04-26 11:27:24 -04:00
allow_mass_assignment_of_matcher_spec.rb Convert to RSpec expect syntax 2014-01-20 11:17:32 -07:00
allow_value_matcher_spec.rb allow_value.with_message takes i18n interp values 2014-04-26 11:27:11 -04:00
disallow_value_matcher_spec.rb Improve ValidateNumericalityOfMatcher document expression 2014-01-31 09:47:50 -07:00
ensure_exclusion_of_matcher_spec.rb Convert to RSpec expect syntax 2014-01-20 11:17:32 -07:00
ensure_inclusion_of_matcher_spec.rb Fix ensure_inclusion_of to support plain attrs 2014-04-22 10:13:42 -05:00
ensure_length_of_matcher_spec.rb Convert to RSpec expect syntax 2014-01-20 11:17:32 -07:00
exception_message_finder_spec.rb Convert to RSpec expect syntax 2014-01-20 11:17:32 -07:00
have_secure_password_matcher_spec.rb Add have_secure_password matcher 2013-09-05 19:51:04 -06:00
helpers_spec.rb Convert to RSpec expect syntax 2014-01-20 11:17:32 -07:00
validate_absence_of_matcher_spec.rb Convert to RSpec expect syntax 2014-01-20 11:17:32 -07:00
validate_acceptance_of_matcher_spec.rb Convert to RSpec expect syntax 2014-01-20 11:17:32 -07:00
validate_confirmation_of_matcher_spec.rb Convert to RSpec expect syntax 2014-01-20 11:17:32 -07:00
validate_numericality_of_matcher_spec.rb Fix thoughtbot/shoulda-matchers#483 by using a less precise `diff_to_compare` value for large numbers in `ComparisonMatcher`. 2014-04-15 17:16:01 -04:00
validate_presence_of_matcher_spec.rb Raise CouldNotSetPasswordError more safely 2014-04-16 12:17:58 -06:00
validate_uniqueness_of_matcher_spec.rb Revert 561ac3e2f0 2014-05-09 15:17:06 -06:00
validation_message_finder_spec.rb Convert to RSpec expect syntax 2014-01-20 11:17:32 -07:00