Commit 5abcedf4 authored by Jose Ivan Vargas's avatar Jose Ivan Vargas

fix rubocop

parent 356e9aa8
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment