rewrite project commits features using spinach
This commit is contained in:
parent
7aeb92b8e4
commit
080bd12e16
24 changed files with 178 additions and 20 deletions
11
features/project/project.feature
Normal file
11
features/project/project.feature
Normal file
|
@ -0,0 +1,11 @@
|
|||
Feature: Project
|
||||
Background:
|
||||
Given I signin as a user
|
||||
And I own project "Shop"
|
||||
And I visit project "Shop" page
|
||||
|
||||
Scenario: I should see project activity
|
||||
|
||||
Scenario: I edit project
|
||||
|
||||
Scenario: I visit attachments
|
Loading…
Add table
Add a link
Reference in a new issue