Add track/{new,create} with file upload for the track

This commit is contained in:
Thibault Jouan
2011-07-23 17:55:25 +00:00
parent 34b38b77cf
commit 6af96b0f75
12 changed files with 159 additions and 0 deletions

View File

@@ -21,4 +21,9 @@ describe 'playlists/index.html.haml' do
render
rendered.should have_selector('a', :text => 'Electro')
end
it 'displays a link to create a new track' do
render
rendered.should have_selector('a', :text => 'Add a track')
end
end