Add basic playlists management
* Index of playlists * Create a new playlist * Basic playlist model with mandatory name
This commit is contained in:
4
features/step_definitions/playlists_step.rb
Normal file
4
features/step_definitions/playlists_step.rb
Normal file
@@ -0,0 +1,4 @@
|
||||
Given /^Foo and Bar playlists$/ do
|
||||
@foo = Playlist.create!(:name => 'Foo')
|
||||
@bar = Playlist.create!(:name => 'Bar')
|
||||
end
|
Reference in New Issue
Block a user