From 980273850942b455fa5901095b0b3469b8393a55 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Thu, 16 Jul 2020 12:08:19 -0700 Subject: Fix a minor chefstyle comment alignment issue Signed-off-by: Tim Smith --- spec/mixlib/shellout_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec') diff --git a/spec/mixlib/shellout_spec.rb b/spec/mixlib/shellout_spec.rb index da3e543..35757eb 100644 --- a/spec/mixlib/shellout_spec.rb +++ b/spec/mixlib/shellout_spec.rb @@ -387,7 +387,7 @@ describe Mixlib::ShellOut do it "should preserve custom variables" do expect(shell_cmd.process_environment["PATH"]).to eq("/lord:/of/the/dance") end - # Setting the user with additional env variables should have both + # Setting the user with additional env variables should have both it "should allow new variables" do expect(shell_cmd.process_environment["CUSTOM"]).to eq("costume") end -- cgit v1.2.1