Update rails to 4.0:
* Add protected_attributes gem dependency; * Remove deprecated usages of AR .find method;
This commit is contained in:
@@ -23,7 +23,7 @@ feature 'Tracks' do
|
||||
attach_file 'File', File.expand_path('spec/fixtures/test.mp3')
|
||||
click_button 'Upload'
|
||||
|
||||
current_path.should == track_path(Track.find(:first))
|
||||
current_path.should == track_path(Track.first)
|
||||
page.should have_content('Mega song')
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user