Comments cucumber. More refactoring. Cucumber -> branches, tags
This commit is contained in:
parent
1281c122c7
commit
9844ddd43f
16 changed files with 80 additions and 192 deletions
11
features/projects/project.feature
Normal file
11
features/projects/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