Skip to content

Commit

Permalink
Merge pull request #113 from HelenCampbell/boltfix
Browse files Browse the repository at this point in the history
(MODULES-8717) Fix for boltspec run dependancy issue
  • Loading branch information
david22swan committed Mar 4, 2019
2 parents d98b270 + f151691 commit bdf9965
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
2 changes: 0 additions & 2 deletions spec/acceptance/init_spec.rb
@@ -1,7 +1,5 @@
# run a test task
require 'spec_helper_acceptance'
require 'beaker-task_helper/inventory'
require 'bolt_spec/run'

describe 'package task' do
include Beaker::TaskHelper::Inventory
Expand Down
2 changes: 0 additions & 2 deletions spec/acceptance/linux_spec.rb
@@ -1,7 +1,5 @@
# run a test task
require 'spec_helper_acceptance'
require 'beaker-task_helper/inventory'
require 'bolt_spec/run'

describe 'linux package task', unless: fact('osfamily') == 'windows' do
include Beaker::TaskHelper::Inventory
Expand Down
2 changes: 0 additions & 2 deletions spec/acceptance/windows_spec.rb
@@ -1,7 +1,5 @@
# run a test task
require 'spec_helper_acceptance'
require 'beaker-task_helper/inventory'
require 'bolt_spec/run'

describe 'windows package task', if: fact('osfamily') == 'windows' do
include Beaker::TaskHelper::Inventory
Expand Down
2 changes: 2 additions & 0 deletions spec/spec_helper_acceptance.rb
@@ -1,3 +1,5 @@
require 'bolt_spec/run'
require 'beaker-task_helper/inventory'
require 'beaker-pe'
require 'beaker-puppet'
require 'puppet'
Expand Down

0 comments on commit bdf9965

Please sign in to comment.