migrate login rjs to erb and reformat features

This commit is contained in:
Reinier Balt 2010-11-10 17:34:28 +01:00
parent 05b3b7cebc
commit 520e45fe6b
17 changed files with 137 additions and 152 deletions

View file

@ -1,5 +1,4 @@
Feature: Manage the list of projects
In order to keep track and manage of all my projects
As a Tracks user
I want to manage my list of projects
@ -112,4 +111,4 @@ Feature: Manage the list of projects
Scenario: Cannot add a project with comma in the name
When I go to the projects page
And I submit a new project with name "foo,bar"
Then I should see "Name cannot contain the comma"
Then I should see "Name cannot contain the comma"