Skip to content

Commit

Permalink
cosme: Remove unnecessary {}
Browse files Browse the repository at this point in the history
  • Loading branch information
uu59 committed Dec 12, 2016
1 parent 004b521 commit 5400900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/lib/regexp_preview/multi_line_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
end

it 'should not have regexp and time_format in [:params][:setting]' do
expect(subject[:params][:setting]).to eq({ regexp: nil, time_format: nil })
expect(subject[:params][:setting]).to eq(regexp: nil, time_format: nil)
end

it "should include matches info" do
Expand Down

0 comments on commit 5400900

Please sign in to comment.