cleanup feature helper
This commit is contained in:
parent
0a70291b90
commit
36668403b6
1 changed files with 0 additions and 5 deletions
|
@ -12,11 +12,6 @@ module FeatureHelpers
|
|||
login_as instructeur, scope: :instructeur
|
||||
end
|
||||
|
||||
def create_dossier
|
||||
dossier = FactoryBot.create(:dossier)
|
||||
dossier
|
||||
end
|
||||
|
||||
def sign_in_with(email, password, sign_in_by_link = false)
|
||||
fill_in :user_email, with: email
|
||||
fill_in :user_password, with: password
|
||||
|
|
Loading…
Reference in a new issue