Sha256: 597f5531df866804dbadc255f0087be423d4b06a1da5a9d9d0919e520748a5ae

Contents?: true

Size: 152 Bytes

Versions: 14

Compression:

Stored size: 152 Bytes

Contents

# frozen_string_literal: true

FactoryBot.define do
  factory :game, class: '::Game' do
    sequence(:name) { |n| "Game #{n}" }
    publisher
  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
azeroth-1.0.0 spec/support/factories/game.rb
azeroth-0.10.1 spec/support/factories/game.rb
azeroth-0.10.0 spec/support/factories/game.rb
azeroth-0.9.0 spec/support/factories/game.rb
azeroth-0.8.2 spec/support/factories/game.rb
azeroth-0.8.1 spec/support/factories/game.rb
azeroth-0.8.0 spec/support/factories/game.rb
azeroth-0.7.4 spec/support/factories/game.rb
azeroth-0.7.3 spec/support/factories/game.rb
azeroth-0.7.2 spec/support/factories/game.rb
azeroth-0.7.1 spec/support/factories/game.rb
azeroth-0.7.0 spec/support/factories/game.rb
azeroth-0.6.5 spec/support/factories/game.rb
azeroth-0.6.4 spec/support/factories/game.rb