Skip to content

Commit

Permalink
Merge pull request #361 from carlosantoniodasilva/patch-1
Browse files Browse the repository at this point in the history
Remove extraneous `puts` from spec
  • Loading branch information
pxlpnk committed Nov 8, 2022
2 parents 0395ce4 + 397d7f4 commit f36f8d8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions spec/formatters/key_value_deep_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@
expect(subject).to include('params_object_key_array_1=2')
end

it 'return the correct serialization' do
puts subject
it 'returns the correct serialization' do
expect(subject).to eq("custom=data status=200 method=GET path=/ \
controller=welcome action=index params_object_key=value params_object_key_array_0=1 \
params_object_key_array_1=2 params_object_key_array_2=3.40")
Expand Down

0 comments on commit f36f8d8

Please sign in to comment.