Sha256: 24a30a3ee44fe863b8e9c42bd967b7963dc5c6481702fa02d54492725fe3dc23
Contents?: true
Size: 235 Bytes
Versions: 2
Compression:
Stored size: 235 Bytes
Contents
# Read about factories at https://github.com/thoughtbot/factory_girl FactoryGirl.define do factory :answer, class: Answers::Answer do need_to_know "MyText" text "MyText" in_language "MyString" question nil end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
answers-core-0.0.0.2 | spec/factories/answers.rb |
answers-core-0.0.0 | spec/factories/answers.rb |