summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormwrock <matt@mattwrock.com>2020-12-08 12:44:05 -0800
committermwrock <matt@mattwrock.com>2020-12-08 12:44:05 -0800
commitb19dd2d69a4d8bf63a4762bba999e81823189cdf (patch)
treed97697419d8b404e3337683d631cd084ee3da48c
parent8d4393b101509f741c759997a0dfbb5ef076713a (diff)
downloadchef-b19dd2d69a4d8bf63a4762bba999e81823189cdf.tar.gz
kfjhg
Signed-off-by: mwrock <matt@mattwrock.com>
-rw-r--r--spec/unit/provider/systemd_unit_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/provider/systemd_unit_spec.rb b/spec/unit/provider/systemd_unit_spec.rb
index 1e47fc7aed..69298e79e0 100644
--- a/spec/unit/provider/systemd_unit_spec.rb
+++ b/spec/unit/provider/systemd_unit_spec.rb
@@ -138,7 +138,7 @@ describe Chef::Provider::SystemdUnit do
end
it "sets the active property to false if the unit is not active" do
- puts "starting test!!!"
+ $stdout.puts "starting test!!!"
require "ruby-prof"
RubyProf.start
allow(provider).to receive(:active?).and_return(false)