Sha256: 28bd2ea7abe8ae523c7271b7010f61eeb90643b0b3959c8132b9743f72c4cdce

Contents?: true

Size: 450 Bytes

Versions: 21

Compression:

Stored size: 450 Bytes

Contents

# frozen_string_literal: true

# This calls the main test_helper in Foreman-core

require 'simplecov'

SimpleCov.start do
  add_filter '/test/'
  add_group 'Controllers', 'app/controllers'
  add_group 'Models', 'app/models'
  add_group 'Helpers', 'app/helpers'
  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

21 entries across 21 versions & 1 rubygems

Version Path
foreman_fog_proxmox-0.14.0 test/test_plugin_helper.rb
foreman_fog_proxmox-0.13.4 test/test_plugin_helper.rb
foreman_fog_proxmox-0.13.3 test/test_plugin_helper.rb
foreman_fog_proxmox-0.13.2 test/test_plugin_helper.rb
foreman_fog_proxmox-0.13.1 test/test_plugin_helper.rb
foreman_fog_proxmox-0.13.0 test/test_plugin_helper.rb
foreman_fog_proxmox-0.12.4 test/test_plugin_helper.rb
foreman_fog_proxmox-0.12.2 test/test_plugin_helper.rb
foreman_fog_proxmox-0.12.1 test/test_plugin_helper.rb
foreman_fog_proxmox-0.12.0 test/test_plugin_helper.rb
foreman_fog_proxmox-0.11.1 test/test_plugin_helper.rb
foreman_fog_proxmox-0.11.0 test/test_plugin_helper.rb
foreman_fog_proxmox-0.10.2 test/test_plugin_helper.rb
foreman_fog_proxmox-0.10.1 test/test_plugin_helper.rb
foreman_fog_proxmox-0.10.0 test/test_plugin_helper.rb
foreman_fog_proxmox-0.9.4 test/test_plugin_helper.rb
foreman_fog_proxmox-0.9.3 test/test_plugin_helper.rb
foreman_fog_proxmox-0.9.2 test/test_plugin_helper.rb
foreman_fog_proxmox-0.9.1 test/test_plugin_helper.rb
foreman_fog_proxmox-0.9.0 test/test_plugin_helper.rb