Fix coding standards in specs

This commit is contained in:
Thibault Jouan
2015-05-01 15:57:26 +00:00
parent c1393b8f8f
commit cbacdd9fc1
8 changed files with 25 additions and 30 deletions

View File

@@ -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