Fix coding standards in specs

This commit is contained in:
Thibault Jouan
2014-04-01 19:14:11 +00:00
parent e6f6475705
commit 2acf0371b5
10 changed files with 16 additions and 17 deletions

View File

@@ -22,12 +22,12 @@ describe TracksController do
describe 'POST create new' do
def do_create
post :create, track: FactoryGirl.attributes_for(:track).merge({
post :create, track: FactoryGirl.attributes_for(:track).merge(
file: fixture_file_upload(
"#{Rails.root}/spec/fixtures/test.mp3",
'audio/mpeg'
)
})
)
end
context 'whith valid params' do