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:
authorJose Ivan Vargas <jvargas@gitlab.com>2017-10-04 21:54:34 +0300
committerJose Ivan Vargas <jvargas@gitlab.com>2017-10-04 21:54:34 +0300
commit5abcedf47c375c94b859c294ffb1a9669512a041 (patch)
tree30db407b45141d7f7d75e5bc10751d22bc9d281a /spec/features/u2f_spec.rb
parent356e9aa81107efbc42c863210f1c760d8fabdb0c (diff)
fix rubocop
Diffstat (limited to 'spec/features/u2f_spec.rb')
-rw-r--r--spec/features/u2f_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/u2f_spec.rb b/spec/features/u2f_spec.rb
index 8178e4144f1..c9afef2a8de 100644
--- a/spec/features/u2f_spec.rb
+++ b/spec/features/u2f_spec.rb
@@ -267,7 +267,7 @@ feature 'Using U2F (Universal 2nd Factor) Devices for Authentication', :js do
visit profile_account_path
expect do
accept_confirm { click_on "Disable" }
- end.to change{ U2fRegistration.count }.by(-1)
+ end.to change { U2fRegistration.count }.by(-1)
end
end
end