Apply manual rubocop fixes
This commit is contained in:
@@ -16,7 +16,7 @@ module CodeOcean
|
||||
trait(:image) do
|
||||
association :file_type, factory: :dot_png
|
||||
name { 'poster' }
|
||||
native_file { Rack::Test::UploadedFile.new(Rails.root.join('db', 'seeds', 'audio_video', 'poster.png'), 'image/png') }
|
||||
native_file { Rack::Test::UploadedFile.new(Rails.root.join('db/seeds/audio_video/poster.png'), 'image/png') }
|
||||
end
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user