FC ParticulierController: cleaner update attribute
This commit is contained in:
parent
2651c5e029
commit
d70b6f4af0
2 changed files with 2 additions and 3 deletions
|
@ -53,7 +53,7 @@ describe FranceConnect::ParticulierController, type: :controller do
|
|||
|
||||
it do
|
||||
subject
|
||||
expect(user.reload.loged_in_with_france_connect?).to be_truthy
|
||||
expect(user.reload.loged_in_with_france_connect).to eq('particulier')
|
||||
end
|
||||
|
||||
context 'and the user has a stored location' do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue