Remove atom Dashboard spec that no longer applies
This commit is contained in:
parent
67fd743294
commit
5cea3e576d
1 changed files with 0 additions and 7 deletions
|
@ -10,12 +10,5 @@ describe "Dashboard Feed" do
|
||||||
page.body.should have_selector("feed title")
|
page.body.should have_selector("feed title")
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
context "projects page via private token" do
|
|
||||||
it "should redirect to login page" do
|
|
||||||
visit dashboard_path(private_token: user.private_token)
|
|
||||||
current_path.should == new_user_session_path
|
|
||||||
end
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue