thoughtbot--shoulda-matchers/lib/shoulda/matchers/active_record
Elliot Winkler 20e3da3a68 Fix presence matcher w/ custom serializer
When using the presence matcher on an attribute that is defined with
`serialize` and using a custom serializer instead of a Rails built-in,
the matcher failed spectacularly. This commit fixes that.
2019-07-27 23:26:36 -06:00
..
association_matchers Improve messaging of .required and .optional 2019-02-14 17:48:26 -07:00
uniqueness Documentation updates 2014-12-25 01:13:30 -05:00
accept_nested_attributes_for_matcher.rb Update RSpec test style across docs 2016-06-15 18:02:07 -06:00
association_matcher.rb Fix docs for belong_to 2019-06-01 17:17:17 -06:00
association_matchers.rb Extract examples in README to inline documentation 2014-06-20 16:41:27 -06:00
define_enum_for_matcher.rb Adding comment on define_enum_for_matcher.rb 2019-06-09 13:54:18 -06:00
have_db_column_matcher.rb Update RSpec test style across docs 2016-06-15 18:02:07 -06:00
have_db_index_matcher.rb Teach have_db_index about expression indexes 2019-05-31 00:12:10 -06:00
have_readonly_attribute_matcher.rb Update RSpec test style across docs 2016-06-15 18:02:07 -06:00
have_secure_token_matcher.rb Add matcher for has_secure_token 2017-10-15 21:07:58 -04:00
serialize_matcher.rb Fix presence matcher w/ custom serializer 2019-07-27 23:26:36 -06:00
uniqueness.rb Move uniqueness validation to ActiveRecord module 2014-12-13 17:53:16 -05:00
validate_uniqueness_of_matcher.rb Remove secure password code from uniqueness matcher 2019-05-31 21:23:11 -06:00