We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 169a012 commit cc025c3Copy full SHA for cc025c3
core/spec/models/spree/log_entry_spec.rb
@@ -128,7 +128,7 @@
128
129
expect(details.success?).to eq(true)
130
expect(details.message).to eq("[WARNING: An error occurred while trying to serialize the payment response] FooBar")
131
- expect(details.params['data']).to include(':bar=>"Symbol keys are not allowed"')
+ expect(details.params['data']).to include('"Symbol keys are not allowed"')
132
expect(details.params['error']).to include('Tried to dump unspecified class: Symbol')
133
end
134
0 commit comments