Move user registration in User feature
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
Feature: User
|
||||
Feature: Session
|
||||
|
||||
So that I can manage my own content
|
||||
As a listener
|
||||
@@ -15,9 +15,3 @@ Feature: User
|
||||
Then I should be redirected to the sign in page
|
||||
When I submit valid credentials
|
||||
Then I should be redirected to the home page
|
||||
|
||||
Scenario: User registration
|
||||
Given I go to the home page
|
||||
When I follow the sign up link
|
||||
And I fill in the sign up form
|
||||
Then I should be redirected to the home page
|
||||
|
Reference in New Issue
Block a user