Cucumber:
* Profile * Browse code * Sceleton for main features * Wiki * Commits
This commit is contained in:
parent
6ff99fe945
commit
5bbf3ccf05
37 changed files with 560 additions and 62 deletions
11
features/projects/create_project.feature
Normal file
11
features/projects/create_project.feature
Normal file
|
@ -0,0 +1,11 @@
|
|||
Feature: Create Project
|
||||
In order to get access to project sections
|
||||
A user with ability to create a project
|
||||
Should be able to create a new one
|
||||
|
||||
Scenario: User create a project
|
||||
Given I signin as a user
|
||||
When I visit new project page
|
||||
And fill project form with valid data
|
||||
Then I should see project page
|
||||
And I should see empty project instuctions
|
Loading…
Add table
Add a link
Reference in a new issue