5 lines
123 B
Ruby
5 lines
123 B
Ruby
Given /^Foo and Bar playlists$/ do
|
|
@foo = Playlist.create!(:name => 'Foo')
|
|
@bar = Playlist.create!(:name => 'Bar')
|
|
end
|