Sha256: 2c957b56d5811d52be71382703f475ec0dfa469ca8fda6a6fb7f777fa33ab6a3

Contents?: true

Size: 219 Bytes

Versions: 1

Compression:

Stored size: 219 Bytes

Contents

FactoryBot.define do
  factory :answer, :class => "Rapidfire::Answer" do
    attempt  { FactoryBot.create(:attempt) }
    question      { FactoryBot.create(:q_long)       }
    answer_text   { "hello world" }
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rapidfire-8.0.0 spec/factories/answers_factory.rb