Remove #two_factor_entry test

This commit is contained in:
Dominik Kwiatek 2020-10-23 21:05:04 +02:00
parent 75c782705a
commit 7f4d6cdc0f
1 changed files with 0 additions and 8 deletions

View File

@ -22,12 +22,4 @@ describe User::SessionsController do
expect(subject).to have_rendered('auth/two_factor_authentication')
end
end
describe "#two_factor_entry" do
subject { get :two_factor_entry }
it "redirects back to the home page if no sign in target is set" do
expect(subject).to redirect_to :root
end
end
end