Remove atom Dashboard spec that no longer applies

This commit is contained in:
Robert Speicher 2012-09-26 13:23:19 -04:00
parent 67fd743294
commit 5cea3e576d

View file

@ -10,12 +10,5 @@ describe "Dashboard Feed" do
page.body.should have_selector("feed title")
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