Skip to content

Commit

Permalink
RuboCop fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mknapik committed Apr 26, 2016
1 parent d853627 commit c19611a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/spec/query_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
let(:query) { "SELECT * FROM `#{subject.table_name}` WHERE amount < 3.2" }
let(:expected_result_hash) do
[
{name: 'Mikolaj', address: 'Cos', amount: be_within(0.01).of(1.23) }
{name: 'Mikolaj', address: 'Cos', amount: be_within(0.01).of(1.23)}
]
end

Expand Down

0 comments on commit c19611a

Please sign in to comment.