Sha256: b34ac751adb93dc04736babc9b7f0c16b7724ec02a3e1847de9a9c28c1aa7779
Contents?: true
Size: 351 Bytes
Versions: 142
Compression:
Stored size: 351 Bytes
Contents
# This calls the main test_helper in Foreman-core require 'test_helper' require 'dynflow/testing' # Add plugin to FactoryBot's paths FactoryBot.definition_file_paths << File.join(File.dirname(__FILE__), 'factories') # Add foreman tasks factories too FactoryBot.definition_file_paths << "#{ForemanTasks::Engine.root}/test/factories" FactoryBot.reload
Version data entries
142 entries across 142 versions & 1 rubygems