thoughtbot--shoulda-matchers/lib/shoulda/matchers/active_record
Jacob Morris fdde3a50a4 Explicitly test custom `:join_table` option #547
Some developers might want to pass a :join_table option to their HABTM
association declarations (e.g., `has_and_belongs_to_many :posts,
join_table: :users_and_their_posts). Those same developers, may want to
explicitly test the existence of the join table. Make this possible.
2015-04-03 23:33:19 -06:00
..
association_matchers Rename AssociationMatcher#join_table 2015-04-03 23:33:19 -06:00
uniqueness Documentation updates 2014-12-25 01:13:30 -05:00
accept_nested_attributes_for_matcher.rb Updated accept_nested_attributes_for_matcher docs [ci skip] 2014-08-27 15:16:15 -03:00
association_matcher.rb Explicitly test custom `:join_table` option #547 2015-04-03 23:33:19 -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 Fix enum attribute name verification 2015-02-12 18:04:51 -07:00
have_db_column_matcher.rb Documentation updates 2014-12-25 01:13:30 -05:00
have_db_index_matcher.rb Extract examples in README to inline documentation 2014-06-20 16:41:27 -06:00
have_readonly_attribute_matcher.rb Extract examples in README to inline documentation 2014-06-20 16:41:27 -06:00
serialize_matcher.rb Fix AR matcher tests for Rails 4.2 2014-12-25 00:45:06 -05:00
uniqueness.rb Move uniqueness validation to ActiveRecord module 2014-12-13 17:53:16 -05:00
validate_uniqueness_of_matcher.rb Add documentation to validate_uniqueness_of on qualifier 2015-03-28 22:33:44 -06:00