Sha256: edcb485e2e8cf3696b2d5c0fa5971b0f20e41c536c88b8b535535bb5f19ab0c4
Contents?: true
Size: 214 Bytes
Versions: 1
Compression:
Stored size: 214 Bytes
Contents
FactoryGirl.define do factory :tasuku_response, aliases: [:response], class: 'Tasuku::Taskables::Taskable::Response' do association :author, factory: :author association :task, factory: :task end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tasuku-1.0.1 | spec/factories/tasuku_responses.rb |