Removed not relevant tests for admin.projects

This commit is contained in:
Dmitriy Zaporozhets 2013-03-25 13:36:08 +02:00
parent d0df8a6ff8
commit c610347cc1
3 changed files with 1 additions and 45 deletions

View file

@ -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