Remove an expectation in tracks player spec
sounds/show is already tested in sounds feature specs.
This commit is contained in:
parent
00fe9bf258
commit
c1477a2e89
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user