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