diff options
author | Adam Edwards <adamed@opscode.com> | 2014-03-18 21:01:02 -0700 |
---|---|---|
committer | Adam Edwards <adamed@opscode.com> | 2014-03-29 00:20:59 -0700 |
commit | 5812dd39516b4576b18df9efc3207971f0e93b2e (patch) | |
tree | a9689f18d7a98a3dc64466a5efecfc735ab4c296 /spec/support | |
parent | f623ac4e8ee291ea46211278b76b3ee13d686761 (diff) | |
download | chef-5812dd39516b4576b18df9efc3207971f0e93b2e.tar.gz |
Remove extraneous character that breaks test cleanup
Diffstat (limited to 'spec/support')
-rw-r--r-- | spec/support/shared/functional/windows_script.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/shared/functional/windows_script.rb b/spec/support/shared/functional/windows_script.rb index db2882e1a1..fc06fb55d0 100644 --- a/spec/support/shared/functional/windows_script.rb +++ b/spec/support/shared/functional/windows_script.rb @@ -38,7 +38,7 @@ shared_context Chef::Resource::WindowsScript do end before(:each) do -k File.delete(script_output_path) if File.exists?(script_output_path) + File.delete(script_output_path) if File.exists?(script_output_path) end after(:each) do |