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
diff options
context:
space:
mode:
Diffstat (limited to 'spec/requests/dashboard_spec.rb')
-rw-r--r--spec/requests/dashboard_spec.rb14
1 files changed, 0 insertions, 14 deletions
diff --git a/spec/requests/dashboard_spec.rb b/spec/requests/dashboard_spec.rb
index 1ca256f93ca..cfdbb8d4729 100644
--- a/spec/requests/dashboard_spec.rb
+++ b/spec/requests/dashboard_spec.rb
@@ -23,18 +23,4 @@ describe "Dashboard" do
page.should have_content(@project.name)
end
end
-
- describe "GET /dashboard/activities" do
- before do
- visit dashboard_activities_path
- end
-
- it "should be on dashboard page" do
- current_path.should == dashboard_activities_path
- end
-
- it "should have projects panel" do
- page.should have_content(@project.name)
- end
- end
end