Add authentication and User model
* Add User model * Add SessionsController * Add password authentication on User * Request authentication for all actions except sign in * Add some helpers for ApplicationController * Update features to work with mandatory authentication
This commit is contained in:
@@ -4,6 +4,9 @@ Feature: Playlists
|
||||
As a listener
|
||||
I want to manage some playlists
|
||||
|
||||
Background:
|
||||
Given I am signed in
|
||||
|
||||
Scenario: List playlists
|
||||
Given a playlist named "Electro"
|
||||
And a playlist named "Reggae"
|
||||
|
Reference in New Issue
Block a user