Skip to content

Commit 6a37ca5

Browse files
committed
Feedback Chenchen 🚀
1 parent 8c27dae commit 6a37ca5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/support/custom_matcher.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
expect(@schema).to be_valid(@doc)
1212
end
1313

14-
failure_message do |_actual|
14+
failure_message do
1515
# Return the validation errors as string
1616
@schema.validate(@doc).join("\n")
1717
end

0 commit comments

Comments
 (0)