From 5fee40024adbdbcfc858170019b327a031b15848 Mon Sep 17 00:00:00 2001 From: Guillaume Date: Wed, 8 Nov 2017 15:03:36 +0100 Subject: fix bad indentation --- spec/controllers/referentials_controller_spec.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'spec/controllers/referentials_controller_spec.rb') diff --git a/spec/controllers/referentials_controller_spec.rb b/spec/controllers/referentials_controller_spec.rb index cc01727d1..fba063085 100644 --- a/spec/controllers/referentials_controller_spec.rb +++ b/spec/controllers/referentials_controller_spec.rb @@ -23,11 +23,11 @@ describe ReferentialsController, :type => :controller do end describe 'GET select_compliance_control_set' do - it 'gets compliance control set for current organisation' do - compliance_control_set = create(:compliance_control_set, organisation: @user.organisation) - create(:compliance_control_set) - get :select_compliance_control_set, referential_id: referential.id - expect(assigns[:compliance_control_sets]).to eq([compliance_control_set]) - end + it 'gets compliance control set for current organisation' do + compliance_control_set = create(:compliance_control_set, organisation: @user.organisation) + create(:compliance_control_set) + get :select_compliance_control_set, referential_id: referential.id + expect(assigns[:compliance_control_sets]).to eq([compliance_control_set]) end end +end -- cgit v1.2.3