Removed not relevant tests for admin.projects
This commit is contained in:
parent
d0df8a6ff8
commit
c610347cc1
3 changed files with 1 additions and 45 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue