Sha256: 4ac686f28455b589eb98fb02735632ed2f4923d435f06fcbea158073ad6577b5

Contents?: true

Size: 242 Bytes

Versions: 1

Compression:

Stored size: 242 Bytes

Contents

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

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tasuku-0.0.1 spec/factories/tasks_taskables_question_votes.rb