Update factory girl to last version
This commit is contained in:
@@ -11,8 +11,8 @@ describe API::TracksController do
|
||||
render_views
|
||||
|
||||
before do
|
||||
Factory.create(:track_with_sound)
|
||||
Factory.create(:track_with_sound)
|
||||
FactoryGirl.create(:track_with_sound)
|
||||
FactoryGirl.create(:track_with_sound)
|
||||
end
|
||||
|
||||
def do_get
|
||||
|
Reference in New Issue
Block a user