Skip to content

Commit

Permalink
Fix rubocop offense
Browse files Browse the repository at this point in the history
  • Loading branch information
mshibuya committed Feb 9, 2019
1 parent 8638981 commit 6e4a5a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/rails_admin/config/fields/types/password_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

it 'keeps the value' do
field.parse_input(params)
expect(params).to eq({password: 'aaa'})
expect(params).to eq(password: 'aaa')
end
end
end
Expand Down

0 comments on commit 6e4a5a5

Please sign in to comment.