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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-03-20 02:05:35 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-03-20 02:05:35 +0400
commitcadf12c60cc27c5b0b8273c1de4b190a0e88bd7d (patch)
tree6f4c22761fd2dee405d3fbf38f9dd835bb3c8694 /spec
parent724ea16c348bc61cf7cb3dbe362c6f30cff1b2c7 (diff)
Merged activities & projects pagesv2.3.0pre
Diffstat (limited to 'spec')
-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