thoughtbot--shoulda-matchers/spec/shoulda/matchers/active_record
Elliot Winkler c590a60108 Fix `belong_to` used with polymorphic association
For a polymorphic belongs_to association, the association doesn't
actually point to a class, it points to a concept, so we can't check
that the model it points to exists.
2014-04-12 14:49:01 -06:00
..
association_matchers Add support to rails 4.1.0 2014-04-08 17:41:31 -03:00
accept_nested_attributes_for_matcher_spec.rb Convert to RSpec expect syntax 2014-01-20 11:17:32 -07:00
association_matcher_spec.rb Fix `belong_to` used with polymorphic association 2014-04-12 14:49:01 -06:00
have_db_column_matcher_spec.rb Use __send__ instead of send 2014-02-01 13:09:44 -08:00
have_db_index_matcher_spec.rb Make optional the required argument in have_db_index(...).unique 2014-03-04 12:47:16 +00:00
have_readonly_attributes_matcher_spec.rb Convert to RSpec expect syntax 2014-01-20 11:17:32 -07:00
serialize_matcher_spec.rb Convert to RSpec expect syntax 2014-01-20 11:17:32 -07:00