Sha256: 9d966d7d21366c369a596d79e984a3083fc671222ae9e3497f8bdb7860a2d1c4

Contents?: true

Size: 373 Bytes

Versions: 7

Compression:

Stored size: 373 Bytes

Contents

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

require 'test_helper_discovery'

# Add plugin to FactoryGirl's paths
FactoryGirl.definition_file_paths << File.join(File.dirname(__FILE__), 'factories')
FactoryGirl.reload
# load notification seeds.
require File.join(
  File.dirname(__FILE__), '..', 'db', 'seeds.d', '80_discovery_ui_notification'
)

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
foreman_discovery-9.1.5 test/test_plugin_helper.rb
foreman_discovery-9.1.4 test/test_plugin_helper.rb
foreman_discovery-10.0.0 test/test_plugin_helper.rb
foreman_discovery-9.1.3 test/test_plugin_helper.rb
foreman_discovery-9.1.2 test/test_plugin_helper.rb
foreman_discovery-9.1.1 test/test_plugin_helper.rb
foreman_discovery-9.1.0 test/test_plugin_helper.rb