Sha256: c6d6459e99de0a57057164ce0306ae84e9be3aa284f4cd431add4a7c17b5d12d

Contents?: true

Size: 280 Bytes

Versions: 10

Compression:

Stored size: 280 Bytes

Contents

FactoryBot.define do
  factory :authz_business_process_has_controller_action, class: 'Authz::BusinessProcessHasControllerAction' do
    association :controller_action, factory: :authz_controller_action
    association :business_process, factory: :authz_business_process
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

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