summaryrefslogtreecommitdiff
path: root/spec/unit/resource/python_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/resource/python_spec.rb')
-rw-r--r--spec/unit/resource/python_spec.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/unit/resource/python_spec.rb b/spec/unit/resource/python_spec.rb
index aba84c4000..a73e01a656 100644
--- a/spec/unit/resource/python_spec.rb
+++ b/spec/unit/resource/python_spec.rb
@@ -19,7 +19,6 @@
require "spec_helper"
describe Chef::Resource::Python do
-
before(:each) do
@resource = Chef::Resource::Python.new("fakey_fakerton")
end
@@ -36,5 +35,4 @@ describe Chef::Resource::Python do
it "should have an interpreter of python" do
expect(@resource.interpreter).to eql("python")
end
-
end