aboutsummaryrefslogtreecommitdiffstats
path: root/spec/spec_helper.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/spec_helper.rb')
-rw-r--r--spec/spec_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index cd9c8e96cb..6d00064e81 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -26,7 +26,7 @@ class Hash
end
Spec::Runner.configure do |config|
- config.include(BeLikeMatcher)
+ config.include(BeLikeMatcher, HashTheSameAsMatcher)
config.mock_with :rr
config.before do
ActiveRelation::Table.engine = ActiveRecord::Base.connection