clean up unvalidated_redirects_spec

This commit is contained in:
Nicole Rifkin
2019-11-20 09:57:58 -05:00
parent d82ff9a66a
commit 02dcd42bc7
@@ -20,6 +20,6 @@ feature "unvalidated redirect" do
click_on "Login"
end
expect(current_url).to eq("/dashboard/home")
expect(current_path).to eq("/dashboard/home")
end
end