diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2015-10-22 11:00:24 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2015-10-26 16:21:07 -0700 |
commit | b7c8e96112c298b5525b0dcb3aa2ff2143666d49 (patch) | |
tree | 8a5c4b3d18ee3cbc44b4a31ca076e9238c2a52bc /spec/unit/cookbook/metadata_spec.rb | |
parent | 40931ba1e8c053bac06fdc5f1776fe46f68f03f1 (diff) | |
download | chef-b7c8e96112c298b5525b0dcb3aa2ff2143666d49.tar.gz |
add YARD docs
Diffstat (limited to 'spec/unit/cookbook/metadata_spec.rb')
-rw-r--r-- | spec/unit/cookbook/metadata_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/cookbook/metadata_spec.rb b/spec/unit/cookbook/metadata_spec.rb index d91b84d9f2..f8e96ad475 100644 --- a/spec/unit/cookbook/metadata_spec.rb +++ b/spec/unit/cookbook/metadata_spec.rb @@ -838,7 +838,7 @@ describe Chef::Cookbook::Metadata do chef_versions }.each do |t| it "should include '#{t}'" do - expect(deserialized_metadata[t]).to eq(metadata.gem_requirements_to_hash(*metadata.send(t.to_sym))) + expect(deserialized_metadata[t]).to eq(metadata.gem_requirements_to_array(*metadata.send(t.to_sym))) end end end |