summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorKapil Chouhan <kapil.chouhan@msystechnologies.com>2020-09-10 11:52:41 +0000
committerKapil Chouhan <kapil.chouhan@msystechnologies.com>2020-09-10 11:52:41 +0000
commit68709d3edd76ced2403c01185b1db7b3f3230dc7 (patch)
tree429fd589944e6cb5253befd651ee2764e44d0b7b /spec
parente8d140186a6154fc69520a30495fb3785118550d (diff)
downloadmixlib-shellout-68709d3edd76ced2403c01185b1db7b3f3230dc7.tar.gz
Added yard comments
Signed-off-by: Kapil Chouhan <kapil.chouhan@msystechnologies.com>
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 7f52084..b32a730 100644
--- a/spec/mixlib/shellout_spec.rb
+++ b/spec/mixlib/shellout_spec.rb
@@ -669,7 +669,7 @@ describe Mixlib::ShellOut do
end
it "Convert an array to a hash" do
- expect(Process.to_hash(env_list)).to eql(converted)
+ expect(Process.environment_list_to_hash(env_list)).to eql(converted)
end
end