diff options
author | tyler-ball <tyleraball@gmail.com> | 2014-11-04 08:17:39 -0800 |
---|---|---|
committer | tyler-ball <tyleraball@gmail.com> | 2014-11-04 08:17:39 -0800 |
commit | d6687d195091ab67a00ac5d61ededbb7958f32ad (patch) | |
tree | 2765b1c52a021033e44c6ba38287d7fb77704914 /spec/unit/provider/script_spec.rb | |
parent | e5c35f74b8451139605fc5c986eb51405d53d4c2 (diff) | |
parent | 4fa0ea6f9b942d407b83712ec53e19447ddfa39b (diff) | |
download | chef-tball/audit-rspec-3.tar.gz |
Merging mcquin/rspec-3 to this branchtball/audit-rspec-3
Diffstat (limited to 'spec/unit/provider/script_spec.rb')
-rw-r--r-- | spec/unit/provider/script_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/provider/script_spec.rb b/spec/unit/provider/script_spec.rb index 7dc8588397..4979475b79 100644 --- a/spec/unit/provider/script_spec.rb +++ b/spec/unit/provider/script_spec.rb @@ -42,7 +42,7 @@ describe Chef::Provider::Script, "action_run" do it "unlinks the tempfile when finished" do tempfile_path = @provider.script_file.path @provider.unlink_script_file - expect(File.exist?(tempfile_path)).to be_false + expect(File.exist?(tempfile_path)).to be_falsey end it "sets the owner and group for the script file" do |