diff options
author | Adam Jacob <adam@hjksolutions.com> | 2008-07-28 18:26:50 -0700 |
---|---|---|
committer | Adam Jacob <adam@hjksolutions.com> | 2008-07-28 18:26:50 -0700 |
commit | ab3ab4df279863238c61023e14791f42fb525216 (patch) | |
tree | a6d6e78fcdd05af3c63d6557ed1b102b1fb062d2 /spec | |
parent | 8d4c3be22c5dbb030e96bcbac12679de7a09b0fe (diff) | |
download | chef-ab3ab4df279863238c61023e14791f42fb525216.tar.gz |
Updating to remove yaml
Diffstat (limited to 'spec')
-rw-r--r-- | spec/unit/resource_spec.rb | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/spec/unit/resource_spec.rb b/spec/unit/resource_spec.rb index 6be2932967..24a689a87c 100644 --- a/spec/unit/resource_spec.rb +++ b/spec/unit/resource_spec.rb @@ -143,20 +143,4 @@ describe Chef::Resource do serialized_node.name.should eql(@resource.name) end -# it "should serialize to yaml" do -# yaml_output = <<-DESC -#--- !ruby/object:Chef::Resource -#alias: -#before: -#name: funk -#noop: -#notify: -#require: -#subscribe: -#tag: -#DESC -# @resource.to_yaml.should eql(yaml_output) -# end - - end
\ No newline at end of file |