fix rubocop

This commit is contained in:
Jose Ivan Vargas 2017-10-04 13:54:34 -05:00
parent 356e9aa811
commit 5abcedf47c
1 changed files with 1 additions and 1 deletions

View File

@ -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