Commit 5cea3e576dfc2a0d01a44b647bbd1c14a202d9e3

Authored by Robert Speicher
1 parent 67fd7432

Remove atom Dashboard spec that no longer applies

Showing 1 changed file with 0 additions and 7 deletions   Show diff stats
spec/requests/atom/dashboard_spec.rb
@@ -10,12 +10,5 @@ describe "Dashboard Feed" do @@ -10,12 +10,5 @@ describe "Dashboard Feed" do
10 page.body.should have_selector("feed title") 10 page.body.should have_selector("feed title")
11 end 11 end
12 end 12 end
13 -  
14 - context "projects page via private token" do  
15 - it "should redirect to login page" do  
16 - visit dashboard_path(private_token: user.private_token)  
17 - current_path.should == new_user_session_path  
18 - end  
19 - end  
20 end 13 end
21 end 14 end