thoughtbot--shoulda-matchers/lib/shoulda/matchers/active_record
Mike Bloy c863f7e6f0 association_matcher foreign_key refinement
https://github.com/thoughtbot/shoulda-matchers/issues/66

has_many and has_one tests failed with the reverse association has a
nonstandard name, (eg "belongs_to :author, :class_name => :User)

corrected by having have_one and have_many association tests check for an
:inverse_of on their association, and use the inverse relationship's
foreign key info if it can be found
2012-03-22 21:27:21 -05:00
..
association_matcher.rb association_matcher foreign_key refinement 2012-03-22 21:27:21 -05:00
have_db_column_matcher.rb Move into the Matchers namespace 2010-12-15 17:34:19 -05:00
have_db_index_matcher.rb Fix have_db_index_matcher bug on JRuby 2011-09-18 21:40:51 +07:00
have_readonly_attribute_matcher.rb Fix documentation typo. Method is named have_readonly_attribute, but documentation refers to have_readonly_attributes. 2011-09-21 19:33:38 -03:00
serialize_matcher.rb change return-guard into if-else 2012-03-16 17:44:07 -04:00