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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-03-25 15:36:08 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-03-25 15:36:08 +0400
commitc610347cc19e615d0fe87950f7e3d6887317ac55 (patch)
treec8fe18df9a94a1503dfe61d328d3a31b2b29d4dc /features
parentd0df8a6ff80a25dc36157e8f412ed9d56afda4e5 (diff)
Removed not relevant tests for admin.projects
Diffstat (limited to 'features')
-rw-r--r--features/steps/admin/admin_projects.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/features/steps/admin/admin_projects.rb b/features/steps/admin/admin_projects.rb
index dd6b4e9810b..b410b23851b 100644
--- a/features/steps/admin/admin_projects.rb
+++ b/features/steps/admin/admin_projects.rb
@@ -16,9 +16,7 @@ class AdminProjects < Spinach::FeatureSteps
Then 'I should see project details' do
project = Project.first
current_path.should == admin_project_path(project)
-
page.should have_content(project.name_with_namespace)
page.should have_content(project.creator.name)
- page.should have_content('Add new team member')
end
end