Skip to content

Commit 7716ce1

Browse files
committed
Fix acceptance test helper
1 parent 85d4b0a commit 7716ce1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/spec_helper_acceptance_local.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ def create_repo
4343
PP
4444
LitmusHelper.instance.apply_manifest(pp)
4545
else
46-
unless run_bolt_task('package', 'action' => 'status', 'name' => 'git')
46+
unless LitmusHelper.instance.run_bolt_task('package', 'action' => 'status', 'name' => 'git')
4747
puts 'Git package is required for this module'
4848
exit
4949
end
50-
unless run_bolt_task('package', 'action' => 'status', 'name' => 'subversion')
50+
unless LitmusHelper.instance.run_bolt_task('package', 'action' => 'status', 'name' => 'subversion')
5151
puts 'Subversion package is required for this module'
5252
exit
5353
end

0 commit comments

Comments
 (0)