summaryrefslogtreecommitdiff
path: root/spec/integration/knife/cookbook_api_ipv6_spec.rb
diff options
context:
space:
mode:
authordanielsdeleo <dan@getchef.com>2014-08-10 12:41:29 -0700
committerdanielsdeleo <dan@getchef.com>2014-08-12 11:03:10 -0700
commit3cae751aa5174735b9e0b38b885752125e10ec6b (patch)
tree6a4598941444cbcfb01f96eeb6f2e243170df859 /spec/integration/knife/cookbook_api_ipv6_spec.rb
parent2577c6f8f503dd6484ca656c9b3780c52cc6e038 (diff)
downloadchef-3cae751aa5174735b9e0b38b885752125e10ec6b.tar.gz
Add `name' attribute in fixture cookbooks' metadata
Diffstat (limited to 'spec/integration/knife/cookbook_api_ipv6_spec.rb')
-rw-r--r--spec/integration/knife/cookbook_api_ipv6_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/integration/knife/cookbook_api_ipv6_spec.rb b/spec/integration/knife/cookbook_api_ipv6_spec.rb
index ac2538dc38..b3efae6cd3 100644
--- a/spec/integration/knife/cookbook_api_ipv6_spec.rb
+++ b/spec/integration/knife/cookbook_api_ipv6_spec.rb
@@ -101,7 +101,7 @@ END_CLIENT_RB
it "downloads the cookbook" do
shell_out!("knife cookbook download apache2 #{knife_config_flag} -d #{cache_path}", :cwd => chef_dir)
- Dir["#{cache_path}/*"].map {|entry| File.basename(entry)}.should include("apache2-0.0.0")
+ Dir["#{cache_path}/*"].map {|entry| File.basename(entry)}.should include("apache2-0.0.1")
end
end