cosme: Remove unnecessary {}

This commit is contained in:
uu59 2016-12-12 18:04:31 +09:00
parent 8e39168288
commit 902a488746

View File

@ -22,7 +22,7 @@ describe RegexpPreview::MultiLine do
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