FC ParticulierControllerSpec: remove one context

This commit is contained in:
Simon Lehericey 2018-01-16 13:52:44 +01:00
parent 4f86b6305b
commit ab116895b7

View file

@ -33,7 +33,6 @@ describe FranceConnect::ParticulierController, type: :controller do
it { is_expected.to redirect_to(new_user_session_path) }
end
context 'when params code is present' do
context 'when code is correct' do
before do
allow(FranceConnectService).to receive(:retrieve_user_informations_particulier)
@ -124,5 +123,4 @@ describe FranceConnect::ParticulierController, type: :controller do
end
end
end
end
end