Sha256: 00f08237711afae754e6dd6101280617988779119f730ed1401f3ba5a55d3206

Contents?: true

Size: 187 Bytes

Versions: 3

Compression:

Stored size: 187 Bytes

Contents

FactoryGirl.define do
  factory :api_domain, class: Hash do
    sequence(:identifier) {|n| "domain_#{n}.com" }
    sequence(:application_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_domain_factory.rb
restpack_core_service-0.0.13 spec/factories/api_domain_factory.rb
restpack_core_service-0.0.12 spec/factories/api_domain_factory.rb