Skip to content

Commit 4a9473f

Browse files
committed
fix matcher
1 parent 46c9c5b commit 4a9473f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/interactify/rspec_matchers/matchers.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def extra
5151

5252
actual_values = Array(actual.send(meth))
5353

54-
@contract_matcher = Interactify::RSpec::ContractMatcher.new(
54+
@contract_matcher = Interactify::RSpecMatchers::ContractMatcher.new(
5555
actual,
5656
expected_values,
5757
actual_values,

0 commit comments

Comments
 (0)