We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46c9c5b commit 4a9473fCopy full SHA for 4a9473f
lib/interactify/rspec_matchers/matchers.rb
@@ -51,7 +51,7 @@ def extra
51
52
actual_values = Array(actual.send(meth))
53
54
- @contract_matcher = Interactify::RSpec::ContractMatcher.new(
+ @contract_matcher = Interactify::RSpecMatchers::ContractMatcher.new(
55
actual,
56
expected_values,
57
actual_values,
0 commit comments