Sha256: 579aaa1e72894dcd9e91660065416bc572f7ae9e94618220f94e853a84e7d063

Contents?: true

Size: 168 Bytes

Versions: 6

Compression:

Stored size: 168 Bytes

Contents

FactoryGirl.define do
  factory :application, :class => Core::Models::Application do
    sequence(:name) {|n| "Application ##{n}" }
    sequence(:account_id)
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
restpack_core_service-0.0.11 spec/factories/application_factory.rb
restpack_core_service-0.0.10 spec/factories/application_factory.rb
restpack_core_service-0.0.9 spec/factories/application_factory.rb
restpack_core_service-0.0.8 spec/factories/application_factory.rb
restpack_core_service-0.0.7 spec/factories/application_factory.rb
restpack_core_service-0.0.6 spec/factories/application_factory.rb