summaryrefslogtreecommitdiff
path: root/spec/unit/resource/plist_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/resource/plist_spec.rb')
-rw-r--r--spec/unit/resource/plist_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/unit/resource/plist_spec.rb b/spec/unit/resource/plist_spec.rb
index 22de46983c..922aee2fab 100644
--- a/spec/unit/resource/plist_spec.rb
+++ b/spec/unit/resource/plist_spec.rb
@@ -71,7 +71,6 @@ describe Chef::Resource::Plist do
end
describe "#convert_to_data_type_from_string" do
-
it "returns true if entry is 1 and the type is boolean" do
expect(resource.convert_to_data_type_from_string("boolean", "1")).to eq true
end