Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2018-03-01 21:13:50 +0300
committerJacob Schatz <jschatz@gitlab.com>2018-03-01 21:13:50 +0300
commitd79df7baf7426ca865958b9a5fecb0690a6a6ba3 (patch)
tree5bc4853789ef922ba636ce502f6d912a56f2f56c /spec/features/u2f_spec.rb
parent868c27def75dde446c22872ae9b2bfc1e7eba969 (diff)
Remove u2f webpack bundle
Diffstat (limited to 'spec/features/u2f_spec.rb')
-rw-r--r--spec/features/u2f_spec.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/spec/features/u2f_spec.rb b/spec/features/u2f_spec.rb
index 50ee1656e10..fb65b570dd6 100644
--- a/spec/features/u2f_spec.rb
+++ b/spec/features/u2f_spec.rb
@@ -1,10 +1,6 @@
require 'spec_helper'
feature 'Using U2F (Universal 2nd Factor) Devices for Authentication', :js do
- before do
- allow_any_instance_of(U2fHelper).to receive(:inject_u2f_api?).and_return(true)
- end
-
def manage_two_factor_authentication
click_on 'Manage two-factor authentication'
expect(page).to have_content("Setup new U2F device")