Sha256: fca81d62b5007b227c57ccd55f26db4d2524117d4cea3f4ce21b01daf679fdd4
Contents?: true
Size: 257 Bytes
Versions: 21
Compression:
Stored size: 257 Bytes
Contents
module TheCity FactoryGirl.define do factory :user_process_answer, :class => TheCity::UserProcessAnswer do question_id 316 question "Do you like foo?" answer "bar" answered_at Date.today required true end end end
Version data entries
21 entries across 21 versions & 1 rubygems