Remove #two_factor_entry test
This commit is contained in:
parent
75c782705a
commit
7f4d6cdc0f
|
@ -22,12 +22,4 @@ describe User::SessionsController do
|
||||||
expect(subject).to have_rendered('auth/two_factor_authentication')
|
expect(subject).to have_rendered('auth/two_factor_authentication')
|
||||||
end
|
end
|
||||||
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
|
end
|
Loading…
Reference in New Issue