8 lines
130 B
Ruby
8 lines
130 B
Ruby
source 'https://supermarket.chef.io'
|
|
|
|
metadata
|
|
|
|
group :development do
|
|
cookbook 'fake', path: 'test/fixtures/cookbooks/fake'
|
|
end
|