Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2012-09-26 21:23:19 +0400
committerRobert Speicher <rspeicher@gmail.com>2012-09-27 00:32:26 +0400
commit5cea3e576dfc2a0d01a44b647bbd1c14a202d9e3 (patch)
tree9a54f8c688ce11ee3bfeb1cfa8d5e99083453b1d /spec
parent67fd7432943657f29d3d417445d54bc7c6d46946 (diff)
Remove atom Dashboard spec that no longer applies
Diffstat (limited to 'spec')
-rw-r--r--spec/requests/atom/dashboard_spec.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/spec/requests/atom/dashboard_spec.rb b/spec/requests/atom/dashboard_spec.rb
index 9459dd01e22..c160d24ac20 100644
--- a/spec/requests/atom/dashboard_spec.rb
+++ b/spec/requests/atom/dashboard_spec.rb
@@ -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