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.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/spec/unit/resource/python_spec.rb b/spec/unit/resource/python_spec.rb
index 72b1105ea9..5a4dc8eca8 100644
--- a/spec/unit/resource/python_spec.rb
+++ b/spec/unit/resource/python_spec.rb
@@ -22,11 +22,6 @@ describe Chef::Resource::Python do
let(:resource) { Chef::Resource::Python.new("fakey_fakerton") }
- it "creates a new Chef::Resource::Python" do
- expect(resource).to be_a_kind_of(Chef::Resource)
- expect(resource).to be_a_kind_of(Chef::Resource::Python)
- end
-
it "has a resource name of :python" do
expect(resource.resource_name).to eql(:python)
end