thoughtbot--shoulda-matchers/lib/shoulda/matchers/active_record
Melissa Xie 964dcfe655 Extract submatchers from AssociationMatcher
Refactored AssociationMatcher so that `#order`, `#through`, and `#dependent`
would be their own submatchers. This reduces some of the clutter in the main class,
especially as we continue expanding it. In addition, a few related tests were
modified so that they would check failure messages also.
2013-06-14 13:44:37 -04:00
..
association_matchers Extract submatchers from AssociationMatcher 2013-06-14 13:44:37 -04:00
accept_nested_attributes_for_matcher.rb Rename failure_message and negative_failure_message 2013-03-08 14:49:12 -05:00
association_matcher.rb Extract submatchers from AssociationMatcher 2013-06-14 13:44:37 -04:00
have_db_column_matcher.rb Rename failure_message and negative_failure_message 2013-03-08 14:49:12 -05:00
have_db_index_matcher.rb Rename failure_message and negative_failure_message 2013-03-08 14:49:12 -05:00
have_readonly_attribute_matcher.rb Rename failure_message and negative_failure_message 2013-03-08 14:49:12 -05:00
serialize_matcher.rb Rename failure_message and negative_failure_message 2013-03-08 14:49:12 -05:00