rewrite project commits features using spinach

This commit is contained in:
Nihad Abbasov 2012-09-10 04:27:11 -07:00
parent 7aeb92b8e4
commit 080bd12e16
24 changed files with 178 additions and 20 deletions

View file

@ -0,0 +1,17 @@
@javascript
Feature: Project Wall
In order to use Project Wall
A user
Should be able to read & write messages
Background:
Given I signin as a user
And I own project "Shop"
And I visit project "Shop" wall page
Scenario: Write comment
Given I write new comment "my special test message"
Then I should see project wall note "my special test message"
Then I visit project "Shop" wall page
And I should see project wall note "my special test message"