Sha256: aae5d61d4538bc417ee08238b36b56feb7403aa58288588f8f95ef26af4b1a26

Contents?: true

Size: 327 Bytes

Versions: 15

Compression:

Stored size: 327 Bytes

Contents

# This calls the main test_helper in Foreman-core

require 'simplecov'

SimpleCov.start do
  add_filter '/test/'
  add_group 'App', 'app'
  add_group 'Lib', 'lib'
end

require 'test_helper'

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

Version data entries

15 entries across 15 versions & 2 rubygems

Version Path
foreman_fog_proxmox-0.6.0 test/test_plugin_helper.rb
foreman_fog_proxmox-0.5.6 test/test_plugin_helper.rb
foreman_fog_proxmox-0.5.5 test/test_plugin_helper.rb
foreman_fog_proxmox-0.5.4 test/test_plugin_helper.rb
foreman_fog_proxmox-0.5.3 test/test_plugin_helper.rb
foreman_fog_proxmox-0.5.2 test/test_plugin_helper.rb
foreman_fog_proxmox-0.5.1 test/test_plugin_helper.rb
foreman_fog_proxmox-0.5.0 test/test_plugin_helper.rb
foreman_fog_proxmox-0.4.0 test/test_plugin_helper.rb
the_foreman_proxmox-0.3.5 test/test_plugin_helper.rb
the_foreman_proxmox-0.3.4 test/test_plugin_helper.rb
the_foreman_proxmox-0.3.3 test/test_plugin_helper.rb
the_foreman_proxmox-0.3.2 test/test_plugin_helper.rb
the_foreman_proxmox-0.3.1 test/test_plugin_helper.rb
the_foreman_proxmox-0.3.0 test/test_plugin_helper.rb