Enable the Layout/MultilineAssignmentLayout cop

This commit is contained in:
gregoirenovel 2018-01-15 19:22:02 +01:00
parent 14c1747645
commit 9d75526460
7 changed files with 66 additions and 50 deletions

View file

@ -200,8 +200,7 @@ describe API::V1::DossiersController do
end
describe 'champs' do
let(:field_list) { [:url]
}
let(:field_list) { [:url] }
subject { super()[:champs] }
it { expect(subject.length).to eq 1 }