summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-07-16 12:08:19 -0700
committerTim Smith <tsmith84@gmail.com>2020-07-16 12:08:19 -0700
commit980273850942b455fa5901095b0b3469b8393a55 (patch)
tree4c21f6aed4720dd3ff69a09f9cc720b6b6e64397 /spec
parent64bb1086f7c94312afab997f85e9757ec8717748 (diff)
downloadmixlib-shellout-980273850942b455fa5901095b0b3469b8393a55.tar.gz
Fix a minor chefstyle comment alignment issue
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'spec')
-rw-r--r--spec/mixlib/shellout_spec.rb2
1 files changed, 1 insertions, 1 deletions
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