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

@ -1,7 +1,7 @@
require 'spec_helper'
describe 'backoffice/dossiers/show.html.haml', type: :view do
let!(:dossier) { create(:dossier, :with_entreprise, state: state) }
let!(:dossier) { create(:dossier, :with_entreprise, state: state) }
let(:state) { 'draft' }
let(:dossier_id) { dossier.id }
let(:gestionnaire) { create(:gestionnaire) }