Sha256: 087c2abfc73e5d5f00424d3ee812bf78c8f2be9c09b1c085f28a147adb81a78c
Contents?: true
Size: 440 Bytes
Versions: 28
Compression:
Stored size: 440 Bytes
Contents
# frozen_string_literal: true # 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') FactoryBot.definition_file_paths << "#{ForemanTasks::Engine.root}/test/factories" FactoryBot.definition_file_paths << "#{ForemanRemoteExecution::Engine.root}/test/factories" FactoryBot.reload
Version data entries
28 entries across 28 versions & 1 rubygems