Sha256: ccbec2aec22d65796dc60ad1f3dd17010f727fb254105d213dd606ca418d970a

Contents?: true

Size: 229 Bytes

Versions: 10

Compression:

Stored size: 229 Bytes

Contents

FactoryBot.define do
  factory :authz_role_has_business_process, class: 'Authz::RoleHasBusinessProcess' do
    association :business_process, factory: :authz_business_process
    association :role, factory: :authz_role
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
authz-0.0.5 spec/factories/authz_role_has_business_processes.rb
authz-0.0.4 spec/factories/authz_role_has_business_processes.rb
authz-0.0.3 spec/factories/authz_role_has_business_processes.rb
authz-0.0.2 spec/factories/authz_role_has_business_processes.rb
authz-0.0.1 spec/factories/authz_role_has_business_processes.rb
authz-0.0.1.alpha5 spec/factories/authz_role_has_business_processes.rb
authz-0.0.1.alpha4 spec/factories/authz_role_has_business_processes.rb
authz-0.0.1.alpha3 spec/factories/authz_role_has_business_processes.rb
authz-0.0.1.alpha2 spec/factories/authz_role_has_business_processes.rb
authz-0.0.1.alpha spec/factories/authz_role_has_business_processes.rb