Skip to content

Commit

Permalink
Removes redundant statement
Browse files Browse the repository at this point in the history
  • Loading branch information
thisismydesign committed Sep 18, 2017
1 parent c09c6c4 commit 2fcb635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/json/streamer/json_streamer_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@
end

context 'symbolize_keys' do
let(:hash) { hash = {'object' => example_hash} }
let(:hash) { { 'object' => example_hash } }
let(:params) { { nesting_level: 0, symbolize_keys: true } }

it 'symbolizes keys' do
Expand Down

0 comments on commit 2fcb635

Please sign in to comment.