summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2020-04-10 14:53:10 -0700
committerGitHub <noreply@github.com>2020-04-10 14:53:10 -0700
commitacd84767df1ec38f5ce5570afd285ecee19802c9 (patch)
treeaa238ec0ccb708e82167c7cb61d2ebc9ce082d4a
parentb63751d63386f5def94b90a16452c5a8b782cdcb (diff)
downloadchef-acd84767df1ec38f5ce5570afd285ecee19802c9.tar.gz
Update spec/unit/resource/plist_spec.rb
Signed-off-by: Tim Smith <tsmith@chef.io> Co-Authored-By: pete higgins <pete@peterhiggins.org>
-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