Remove an expectation in tracks player spec

sounds/show is already tested in sounds feature specs.
This commit is contained in:
Thibault Jouan 2015-05-01 15:25:31 +00:00
parent 00fe9bf258
commit c1477a2e89

View File

@ -9,6 +9,5 @@ feature 'Tracks player' do
visit track_path(track)
expect(page).to have_xpath "//audio[@src='#{sound_path track.sound}']"
visit find('audio')[:src]
end
end