Sha256: 5ed4cafcab021eabd82c44f31021beb908ca2038f3f742594cd3c473df9f5c8d

Contents?: true

Size: 184 Bytes

Versions: 3

Compression:

Stored size: 184 Bytes

Contents

FactoryGirl.define do
  factory :api_application, class: Hash do
    sequence(:name) {|n| "Application ##{n}" }
    sequence(:account_id)

    initialize_with { attributes }
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
restpack_core_service-0.0.14 spec/factories/api_application_factory.rb
restpack_core_service-0.0.13 spec/factories/api_application_factory.rb
restpack_core_service-0.0.12 spec/factories/api_application_factory.rb