mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-23 17:26:11 +01:00
migrate login rjs to erb and reformat features
This commit is contained in:
parent
05b3b7cebc
commit
520e45fe6b
17 changed files with 137 additions and 152 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue