summaryrefslogtreecommitdiff
path: root/spec/integration/knife/chefignore_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/integration/knife/chefignore_spec.rb')
-rw-r--r--spec/integration/knife/chefignore_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/integration/knife/chefignore_spec.rb b/spec/integration/knife/chefignore_spec.rb
index 34bf391f88..10cfbbf557 100644
--- a/spec/integration/knife/chefignore_spec.rb
+++ b/spec/integration/knife/chefignore_spec.rb
@@ -216,7 +216,7 @@ EOM
before :each do
Chef::Config.cookbook_path = [
File.join(Chef::Config.chef_repo_path, 'cookbooks1'),
- File.join(Chef::Config.chef_repo_path, 'cookbooks2')
+ File.join(Chef::Config.chef_repo_path, 'cookbooks2'),
]
end
@@ -285,7 +285,7 @@ EOM
before :each do
Chef::Config.cookbook_path = [
File.join(Chef::Config.chef_repo_path, 'cookbooks1'),
- File.join(Chef::Config.chef_repo_path, 'cookbooks2')
+ File.join(Chef::Config.chef_repo_path, 'cookbooks2'),
]
end
it 'knife list -Rfp /cookbooks shows the chefignore cookbook' do