aboutsummaryrefslogtreecommitdiffstats
path: root/spec/support/matchers/be_like.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/support/matchers/be_like.rb')
-rw-r--r--spec/support/matchers/be_like.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/matchers/be_like.rb b/spec/support/matchers/be_like.rb
index c9d4d4b979..0608abbbb4 100644
--- a/spec/support/matchers/be_like.rb
+++ b/spec/support/matchers/be_like.rb
@@ -1,4 +1,4 @@
-module BeLikeMatcher
+module Matchers
class BeLike
def initialize(expected)
@expected = expected