Enable the Layout/SpaceInsideHashLiteralBraces cop

This commit is contained in:
gregoirenovel 2018-01-16 13:34:24 +01:00
parent 02ade68b38
commit b138dcd876
51 changed files with 154 additions and 154 deletions

View file

@ -338,7 +338,7 @@ describe Gestionnaire, type: :model do
context 'when a followed dossier has unread notification' do
let(:followed_dossier) { dossier_with_no_unread_notification }
it { is_expected.to eq({ }) }
it { is_expected.to eq({}) }
end
end