summaryrefslogtreecommitdiff
path: root/spec/unit/resource/batch_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/resource/batch_spec.rb')
-rw-r--r--spec/unit/resource/batch_spec.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/spec/unit/resource/batch_spec.rb b/spec/unit/resource/batch_spec.rb
index e19ea15585..7d3b9eb3f2 100644
--- a/spec/unit/resource/batch_spec.rb
+++ b/spec/unit/resource/batch_spec.rb
@@ -19,7 +19,6 @@
require "spec_helper"
describe Chef::Resource::Batch do
-
before(:each) do
node = Chef::Node.new
@@ -30,7 +29,6 @@ describe Chef::Resource::Batch do
run_context = Chef::RunContext.new(node, nil, nil)
@resource = Chef::Resource::Batch.new("batch_unit_test", run_context)
-
end
it "should create a new Chef::Resource::Batch" do
@@ -45,5 +43,4 @@ describe Chef::Resource::Batch do
it_should_behave_like "a Windows script resource"
end
-
end