Sha256: 78b070ae6dafe2ee9243ed1009c018bf31544cfc051d4bb7e971d6e1efaf92e7
Contents?: true
Size: 198 Bytes
Versions: 1
Compression:
Stored size: 198 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
voting-0.5.0 | spec/factories/voting/voting.rb |