We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83b4c2a commit f764a78Copy full SHA for f764a78
spec/json_mend_spec.rb
@@ -256,7 +256,9 @@
256
}
257
].each do |test_case|
258
it "repair #{test_case[:input]} to #{test_case[:expected_output]}" do
259
- expect(described_class.repair(test_case[:input], return_objects: true)).to eq(test_case[:expected_output])
+ expect(
260
+ described_class.repair(test_case[:input], return_objects: true)
261
+ ).to eq(test_case[:expected_output])
262
end
263
264
0 commit comments