Sha256: e9fc7ab765f6fa100af2db368f25f3692e0758122ccc3df9a196a5f524b2a2a7
Contents?: true
Size: 415 Bytes
Versions: 30
Compression:
Stored size: 415 Bytes
Contents
# requires the main test_helper from Foreman-core require 'test_helper' require_relative './test_helper_discovery' # Add plugin to FactoryBot's paths FactoryBot.definition_file_paths << File.join(File.dirname(__FILE__), 'factories') # Add dependencies if defined? ForemanPuppet FactoryBot.definition_file_paths << File.join("#{ForemanPuppet::Engine.root}/test", 'factories') end # And reload FactoryBot.reload
Version data entries
30 entries across 30 versions & 1 rubygems