summaryrefslogtreecommitdiff
path: root/spec/functional/resource/batch_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/functional/resource/batch_spec.rb')
-rw-r--r--spec/functional/resource/batch_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/functional/resource/batch_spec.rb b/spec/functional/resource/batch_spec.rb
index e4fc6420c7..424c546d94 100644
--- a/spec/functional/resource/batch_spec.rb
+++ b/spec/functional/resource/batch_spec.rb
@@ -26,5 +26,4 @@ describe Chef::Resource::WindowsScript::Batch, :windows_only do
let (:architecture_command) { "@echo %PROCESSOR_ARCHITECTURE%" }
it_behaves_like "a Windows script running on Windows"
-
end