aboutsummaryrefslogtreecommitdiffstats
path: root/spec/support/matchers/hash_the_same_as.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/support/matchers/hash_the_same_as.rb')
-rw-r--r--spec/support/matchers/hash_the_same_as.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/matchers/hash_the_same_as.rb b/spec/support/matchers/hash_the_same_as.rb
index 03e955a0cb..ed00d37f28 100644
--- a/spec/support/matchers/hash_the_same_as.rb
+++ b/spec/support/matchers/hash_the_same_as.rb
@@ -1,4 +1,4 @@
-module HashTheSameAsMatcher
+module Matchers
class HashTheSameAs
def initialize(expected)
@expected = expected