From 902a4887469ad1b26337dfe41f2eed93f60dc2e6 Mon Sep 17 00:00:00 2001 From: uu59 Date: Mon, 12 Dec 2016 18:04:31 +0900 Subject: [PATCH] cosme: Remove unnecessary {} --- spec/lib/regexp_preview/multi_line_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/lib/regexp_preview/multi_line_spec.rb b/spec/lib/regexp_preview/multi_line_spec.rb index 2b9053ca2..97b40ea7e 100644 --- a/spec/lib/regexp_preview/multi_line_spec.rb +++ b/spec/lib/regexp_preview/multi_line_spec.rb @@ -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