Rubocop fixes

This commit is contained in:
Tim Smith
2015-09-24 15:07:56 -07:00
parent 1f7c62f8dc
commit 770e65103f
8 changed files with 33 additions and 24 deletions

View File

@@ -5,6 +5,6 @@ metadata
group :integration do
cookbook 'apt'
cookbook 'yum'
cookbook 'fake', :path => 'test/fixtures/cookbooks/fake'
cookbook 'wrapper', :path => 'test/fixtures/cookbooks/wrapper'
cookbook 'fake', path: 'test/fixtures/cookbooks/fake'
cookbook 'wrapper', path: 'test/fixtures/cookbooks/wrapper'
end