Enable the Layout/ExtraSpacing cop

This commit is contained in:
gregoirenovel 2017-06-12 16:12:03 +02:00
parent f1d66e40c3
commit d248afc376
19 changed files with 34 additions and 31 deletions

View file

@ -2,7 +2,7 @@ require 'spec_helper'
describe 'users/carte/show.html.haml', type: :view do
let(:state) { 'draft' }
let(:dossier) { create(:dossier, state: state) }
let(:dossier) { create(:dossier, state: state) }
let(:dossier_id) { dossier.id }
before do