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

Version Path
foreman_leapp-2.0.1 test/test_plugin_helper.rb
foreman_leapp-2.0.0 test/test_plugin_helper.rb
foreman_leapp-1.2.1 test/test_plugin_helper.rb
foreman_leapp-1.2.0 test/test_plugin_helper.rb
foreman_leapp-0.1.15 test/test_plugin_helper.rb
foreman_leapp-1.1.1 test/test_plugin_helper.rb
foreman_leapp-1.1.0 test/test_plugin_helper.rb
foreman_leapp-1.0.0 test/test_plugin_helper.rb
foreman_leapp-0.1.14 test/test_plugin_helper.rb
foreman_leapp-0.1.13 test/test_plugin_helper.rb
foreman_leapp-0.1.12 test/test_plugin_helper.rb
foreman_leapp-0.1.11 test/test_plugin_helper.rb
foreman_leapp-0.1.10 test/test_plugin_helper.rb
foreman_leapp-0.1.9 test/test_plugin_helper.rb
foreman_leapp-0.1.8 test/test_plugin_helper.rb
foreman_leapp-0.1.7 test/test_plugin_helper.rb
foreman_leapp-0.1.6 test/test_plugin_helper.rb
foreman_leapp-0.1.5 test/test_plugin_helper.rb
foreman_leapp-0.1.4 test/test_plugin_helper.rb
foreman_leapp-0.1.3 test/test_plugin_helper.rb