thoughtbot--shoulda-matchers/spec/unit/shoulda/matchers/active_record
Elliot Winkler 4e2448d775 Teach have_db_index about expression indexes
In Rails 5, the schema layer was updated so that indexes could be
created on expressions rather that simply columns. Update
`have_db_index` so that you can test for this.

More reading: <edc2b77187>
2019-05-31 00:12:10 -06:00
..
association_matchers Fix calls to old method name. 2015-04-03 23:33:19 -06:00
accept_nested_attributes_for_matcher_spec.rb Fix test suite to properly tag example groups 2014-12-25 00:44:53 -05:00
association_matcher_spec.rb Add without_presence_validation q to belong_to 2019-02-14 17:48:26 -07:00
define_enum_for_matcher_spec.rb Add with_prefix and with_suffix to define_enum_for 2018-01-28 00:47:56 -06:00
have_db_column_matcher_spec.rb Fix test suite to properly tag example groups 2014-12-25 00:44:53 -05:00
have_db_index_matcher_spec.rb Teach have_db_index about expression indexes 2019-05-31 00:12:10 -06:00
have_readonly_attributes_matcher_spec.rb Fix test suite to properly tag example groups 2014-12-25 00:44:53 -05:00
have_secure_token_matcher_spec.rb Add matcher for has_secure_token 2017-10-15 21:07:58 -04:00
serialize_matcher_spec.rb Fix AR matcher tests for Rails 4.2 2014-12-25 00:45:06 -05:00
validate_uniqueness_of_matcher_spec.rb Comment out pending tests 2019-05-30 21:15:52 -06:00