aboutsummaryrefslogtreecommitdiff
path: root/test/test_plugin_helper.rb
blob: 4d59d382ecbdc6f70cb02391a2e3bd55b8813ba9 (plain)
1
2
3
4
5
6
# This calls the main test_helper in Foreman-core
require 'test_helper'

# Add plugin to FactoryGirl's paths
FactoryGirl.definition_file_paths << File.join(File.dirname(__FILE__), 'factories')
FactoryGirl.reload