lib/r10k/execution.rb in r10k-1.3.5 vs lib/r10k/execution.rb in r10k-1.4.0
- old
+ new
@@ -1,10 +1,11 @@
require 'r10k/errors'
require 'systemu'
module R10K
+# :nocov:
module Execution
include R10K::Logging
# Execute a command and return stdout
#
@@ -40,6 +41,7 @@
raise e
end
stdout
end
end
+# :nocov:
end