scinote-web/spec/factories/temp_files.rb

8 lines
133 B
Ruby
Raw Normal View History

2019-05-09 23:10:02 +08:00
# frozen_string_literal: true
FactoryBot.define do
factory :temp_file do
session_id { Faker::Lorem.characters(20) }
end
end