scinote-web/spec/factories/result_texts.rb

9 lines
135 B
Ruby
Raw Normal View History

# frozen_string_literal: true
FactoryBot.define do
factory :result_text do
text { Faker::Lorem.paragraph }
result
end
end