thoughtbot--shoulda-matchers/lib/shoulda/matchers/active_record
Prem Sichanugrist 1a3aeec47c Fix have_db_index_matcher bug on JRuby
So matched_index.unique actually returns an integer instead of true and returns nil instead of false in JRuby. This `!!` operator should fix it.
2011-09-18 21:40:51 +07:00
..
association_matcher.rb Fix whitespace 2011-09-12 17:25:05 +07: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 readonly_attributes are now a Set instead of Array 2011-02-23 11:13:59 -05:00