Sha256: 6859eb1c9fce2d9b5d3b0d0a03b525702c3fb68e26b45f7286b02c3daacd51f6
Contents?: true
Size: 192 Bytes
Versions: 105
Compression:
Stored size: 192 Bytes
Contents
# frozen_string_literal: true FactoryBot.modify do factory :smart_proxy do trait :with_ansible do features { [::Feature.find_or_create_by(:name => 'Ansible')] } end end end
Version data entries
105 entries across 105 versions & 1 rubygems