Sha256: db1b9a50fdd4e4ad89fb0b321ffe934dd9d0c07e282243794045b22ac6ad258b
Contents?: true
Size: 194 Bytes
Versions: 4
Compression:
Stored size: 194 Bytes
Contents
# frozen_string_literal: true FactoryBot.define do factory :voting_voting, class: Voting::Voting do estimate 100 association :resource, factory: :comment, strategy: :build end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
voting-0.4.0 | spec/factories/voting/voting.rb |
voting-0.3.0 | spec/factories/voting/voting.rb |
voting-0.2.0 | spec/factories/voting/voting.rb |
voting-0.1.0 | spec/factories/voting/voting.rb |