Skip to content

Commit

Permalink
Remove extraneous puts from spec
Browse files Browse the repository at this point in the history
This was probably mistakenly forgotten in #282.
Also fixes a typo in the spec description.
  • Loading branch information
carlosantoniodasilva committed Nov 7, 2022
1 parent 0395ce4 commit 397d7f4
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 397d7f4

Please sign in to comment.