Sha256: 9f716c5c487ea62c5f2c58d34db7274cbd74e10f52c431c57dc84ecf366ed0c9

Contents?: true

Size: 355 Bytes

Versions: 8

Compression:

Stored size: 355 Bytes

Contents

# This calls the main test_helper in Foreman-core
require 'test_helper'
require 'dynflow/testing'

# Add plugin to FactoryGirl's paths
FactoryGirl.definition_file_paths << File.join(File.dirname(__FILE__), 'factories')
# Add foreman tasks factories too
FactoryGirl.definition_file_paths << "#{ForemanTasks::Engine.root}/test/factories"
FactoryGirl.reload

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
foreman_remote_execution-1.3.7 test/test_plugin_helper.rb
foreman_remote_execution-1.3.6 test/test_plugin_helper.rb
foreman_remote_execution-1.4.1 test/test_plugin_helper.rb
foreman_remote_execution-1.3.5 test/test_plugin_helper.rb
foreman_remote_execution-1.3.4 test/test_plugin_helper.rb
foreman_remote_execution-1.3.3 test/test_plugin_helper.rb
foreman_remote_execution-1.3.2 test/test_plugin_helper.rb
foreman_remote_execution-1.3.1 test/test_plugin_helper.rb