thoughtbot--shoulda-matchers/spec/unit/shoulda/matchers
Elliot Winkler 64af0df37e Rails 5: Skip array-column-related tests for uniqueness matcher
For some reason, in Rails 5, the uniqueness validation has stopped
working for array columns. What this means is that if you try to use an
array column for a scope, then the query that the validation performs
blows up because the value in the query for the scope is not an array
but a regular scalar value. This does not seem to be documented
anywhere, so perhaps this never worked to begin with, or it accidentally
worked in Rails 4. Until we solve this mystery, skip the tests that have
to do with array columns.
2017-09-17 17:46:06 -05:00
..
action_controller Remove some more warnings coming from Ruby 2017-09-17 17:01:50 -05:00
active_model Rails 5: Fix validate_inclusion_of tests 2017-09-17 17:01:50 -05:00
active_record Rails 5: Skip array-column-related tests for uniqueness matcher 2017-09-17 17:46:06 -05:00
doublespeak Doublespeak: Remove usage of deprecated RSpec #ordered method 2017-09-17 17:01:50 -05:00
independent Add with_prefix to delegate_method 2014-12-15 22:38:27 -07:00
routing Add a new Routing module 2015-09-25 17:45:33 -06:00
util word_wrap: Add ability to indent wrapped text 2015-12-13 20:22:21 -07:00
doublespeak_spec.rb Make Doublespeak specs runnable without Rails 2015-02-28 23:41:28 -07:00