Skip to content

Commit

Permalink
Removing temp_file_path.
Browse files Browse the repository at this point in the history
  • Loading branch information
sfisher committed Oct 28, 2019
1 parent ac9cc9d commit 6f2842f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/factories/stash_engine/file_uploads.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
upload_file_name { ::File.basename(Faker::File.file_name) }
upload_content_type { Faker::File.mime_type }
upload_file_size { Faker::Number.between(from: 1, to: 100_000_000) }
temp_file_path { Faker::File.file_name }
file_state { 'created' }
end
end

0 comments on commit 6f2842f

Please sign in to comment.