lib/bolt_spec/plans.rb in bolt-0.25.0 vs lib/bolt_spec/plans.rb in bolt-1.0.0
- old
+ new
@@ -1,8 +1,10 @@
# frozen_string_literal: true
require 'bolt_spec/plans/mock_executor'
require 'bolt/config'
+require 'bolt/inventory'
+require 'bolt/pal'
# These helpers are intended to be used for plan unit testing without calling
# out to target nodes. It accomplishes this by replacing bolt's executor with a
# mock executor. The mock executor allows calls to run_* functions to be
# stubbed out for testing. By default this executor will fail on any run_*