thoughtbot--shoulda-matchers/lib/shoulda/matchers
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
..
action_controller Fix style. 2012-03-09 12:17:59 -05:00
action_mailer Indentation 2012-03-02 09:47:39 -05:00
active_model Merge branch 'patch-1' of https://github.com/mergulhao/shoulda-matchers 2012-03-02 09:33:39 -05:00
active_record association_matcher foreign_key refinement 2012-03-22 21:27:21 -05:00
integrations Update to modern thoughtbot style. 2012-03-16 12:15:23 -04:00
action_controller.rb Move into the Matchers namespace 2010-12-15 17:34:19 -05:00
action_mailer.rb Move into the Matchers namespace 2010-12-15 17:34:19 -05:00
active_model.rb Add validates_confirmation_of matcher 2011-12-15 11:42:26 -05:00
active_record.rb Adds the serialize matcher to ActiveRecord matchers. 2011-11-15 17:11:41 -05:00
assertion_error.rb Added shoulda/matchers/assertion_error that assigns based on the current Ruby version. 2011-02-17 13:37:30 -05:00
version.rb Bump to version 1.0.0. 2011-11-01 20:23:56 -04:00