lib/rspec/rails/matchers/relation_match_array.rb



if defined?(ActiveRecord::Relation)
  RSpec::Matchers::BuiltIn::OperatorMatcher.register(ActiveRecord::Relation, '=~', RSpec::Matchers::BuiltIn::ContainExactly)
end