There was an error while loading. Please reload this page.
1 parent 8c27dae commit 6a37ca5Copy full SHA for 6a37ca5
1 file changed
spec/support/custom_matcher.rb
@@ -11,7 +11,7 @@
11
expect(@schema).to be_valid(@doc)
12
end
13
14
- failure_message do |_actual|
+ failure_message do
15
# Return the validation errors as string
16
@schema.validate(@doc).join("\n")
17
0 commit comments