From 5abcedf47c375c94b859c294ffb1a9669512a041 Mon Sep 17 00:00:00 2001 From: Jose Ivan Vargas Date: Wed, 4 Oct 2017 13:54:34 -0500 Subject: fix rubocop --- spec/features/u2f_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/features/u2f_spec.rb') 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 -- cgit v1.2.3