summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorsersut <serdar@opscode.com>2013-06-20 12:07:58 -0700
committersersut <serdar@opscode.com>2013-06-20 12:07:58 -0700
commite1c5bda14fd39e3d5f1d36dde354d69721a31f26 (patch)
tree501ec7cb0703338675af21a8e17768dd1a564dc7 /spec
parentb421bf663e1cc2a4057f91eb744734fc289be48d (diff)
downloadmixlib-shellout-e1c5bda14fd39e3d5f1d36dde354d69721a31f26.tar.gz
Check the password option in the tests.
Diffstat (limited to 'spec')
-rw-r--r--spec/mixlib/shellout_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/mixlib/shellout_spec.rb b/spec/mixlib/shellout_spec.rb
index 65723ee..89f21e7 100644
--- a/spec/mixlib/shellout_spec.rb
+++ b/spec/mixlib/shellout_spec.rb
@@ -326,6 +326,7 @@ describe Mixlib::ShellOut do
it "should evaluate the options" do
shell_cmd.cwd.should eql('/tmp')
shell_cmd.user.should eql('nobody')
+ shell_cmd.password.should eql('something')
end
end
end