Remove unused skip_ci_admin_auth
helper
This commit is contained in:
parent
b638e45c6b
commit
4ef0c6888b
1 changed files with 0 additions and 4 deletions
|
@ -84,8 +84,4 @@ module LoginHelpers
|
|||
def logout_direct
|
||||
page.driver.submit :delete, '/users/sign_out', {}
|
||||
end
|
||||
|
||||
def skip_ci_admin_auth
|
||||
allow_any_instance_of(Ci::Admin::ApplicationController).to receive_messages(authenticate_admin!: true)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue