From e1c5bda14fd39e3d5f1d36dde354d69721a31f26 Mon Sep 17 00:00:00 2001 From: sersut Date: Thu, 20 Jun 2013 12:07:58 -0700 Subject: Check the password option in the tests. --- spec/mixlib/shellout_spec.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'spec') 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 -- cgit v1.2.1