Sha256: f42838e861604f8fb9b5e7cec74e2cbf4fb4e639e8f00f54942fc6c64137f1da

Contents?: true

Size: 192 Bytes

Versions: 10

Compression:

Stored size: 192 Bytes

Contents

FactoryBot.define do
  factory :authz_role_grant, class: 'Authz::RoleGrant' do
    association :rolable, 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_grants.rb
authz-0.0.4 spec/factories/authz_role_grants.rb
authz-0.0.3 spec/factories/authz_role_grants.rb
authz-0.0.2 spec/factories/authz_role_grants.rb
authz-0.0.1 spec/factories/authz_role_grants.rb
authz-0.0.1.alpha5 spec/factories/authz_role_grants.rb
authz-0.0.1.alpha4 spec/factories/authz_role_grants.rb
authz-0.0.1.alpha3 spec/factories/authz_role_grants.rb
authz-0.0.1.alpha2 spec/factories/authz_role_grants.rb
authz-0.0.1.alpha spec/factories/authz_role_grants.rb