Enable the Layout/IndentHash cop

This commit is contained in:
gregoirenovel 2018-01-15 19:02:12 +01:00
parent 3363e21427
commit 0be657c0d7
21 changed files with 163 additions and 155 deletions

View file

@ -24,8 +24,8 @@ describe FileSizeValidator, lib: true do
describe 'options uses a symbol' do
let(:options) do
{
maximum: :test,
attributes: { content: attachment }
maximum: :test,
attributes: { content: attachment }
}
end