Skip to content

Commit 9a9de9c

Browse files
committed
(MODULES-8717) Fix dependency issue with BoltSpec
1 parent b3dd77c commit 9a9de9c

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

spec/acceptance/init_spec.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# run a test task
22
require 'spec_helper_acceptance'
3-
require 'beaker-task_helper/inventory'
4-
require 'bolt_spec/run'
53

64
describe 'service task' do
75
include Beaker::TaskHelper::Inventory

spec/acceptance/linux_spec.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# run a test task
22
require 'spec_helper_acceptance'
3-
require 'beaker-task_helper/inventory'
4-
require 'bolt_spec/run'
53

64
describe 'linux service task', unless: fact('osfamily') == 'windows' do
75
include Beaker::TaskHelper::Inventory

spec/spec_helper_acceptance.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
require 'beaker-task_helper/inventory'
2+
require 'bolt_spec/run'
13
require 'beaker-pe'
24
require 'beaker-puppet'
35
require 'puppet'

0 commit comments

Comments
 (0)