Skip to content
Snippets Groups Projects
Commit 4ef0c688 authored by Robert Speicher's avatar Robert Speicher
Browse files

Remove unused `skip_ci_admin_auth` helper

parent b638e45c
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment