Sha256: d4682f76985f45d03c9d954845d2c9ac94eeb2b7c38b41e58590b5fc480b9afc
Contents?: true
Size: 229 Bytes
Versions: 2
Compression:
Stored size: 229 Bytes
Contents
# Read about factories at https://github.com/thoughtbot/factory_girl FactoryGirl.define do factory :question, class: Answers::Question do text "How can I check my license application?" in_language "MyString" end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
answers-core-0.0.0.2 | spec/factories/questions.rb |
answers-core-0.0.0 | spec/factories/questions.rb |