Fix coding standards in specs
This commit is contained in:
@@ -6,7 +6,7 @@ feature 'Tracks player' do
|
||||
scenario 'includes a player in track page' do
|
||||
track = create :track_with_sound
|
||||
|
||||
visit track_path(track)
|
||||
visit track_path track
|
||||
|
||||
expect(page).to have_xpath "//audio[@src='#{sound_path track.sound}']"
|
||||
end
|
||||
|
Reference in New Issue
Block a user