Sha256: dfb59afcdf92ae14a1c038b28beeaff56e0da06822fa93ff0c4aa5f9d9493da4

Contents?: true

Size: 251 Bytes

Versions: 4

Compression:

Stored size: 251 Bytes

Contents

# Read about factories at https://github.com/thoughtbot/factory_girl

FactoryGirl.define do
  factory :tasuku_taskables_question_vote, aliases: [:question_vote], :class => 'Tasuku::Taskables::Question::Vote' do
    answer nil
    option nil
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
tasuku-1.1.0 spec/factories/tasuku_taskables_question_votes.rb
tasuku-1.0.1 spec/factories/tasuku_taskables_question_votes.rb
tasuku-0.1.1 spec/factories/tasuku_taskables_question_votes.rb
tasuku-0.1.0 spec/factories/tasuku_taskables_question_votes.rb