Refactor project creation. Added logout link to profile page
This commit is contained in:
parent
c7c1a97c2f
commit
232d61d598
19 changed files with 126 additions and 116 deletions
|
@ -1,4 +1,4 @@
|
|||
Feature: Projects
|
||||
Feature: Project Feature
|
||||
Background:
|
||||
Given I sign in as a user
|
||||
And I own project "Shop"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
class Projects < Spinach::FeatureSteps
|
||||
class ProjectFeature < Spinach::FeatureSteps
|
||||
include SharedAuthentication
|
||||
include SharedProject
|
||||
include SharedPaths
|
||||
|
|
|
@ -47,7 +47,6 @@ module SharedProject
|
|||
Then 'I should see project settings' do
|
||||
current_path.should == edit_project_path(@project)
|
||||
page.should have_content("Project name is")
|
||||
page.should have_content("Advanced settings:")
|
||||
page.should have_content("Features:")
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue