RoboticCheese/chef-dk-chef

View on GitHub
Berksfile

Summary

Maintainability
Test Coverage
# encoding: utf-8
# frozen_string_literal: true

source 'https://supermarket.chef.io'

metadata

group :unit do
  cookbook 'chef_dk_resource_test',
           path: 'spec/support/cookbooks/chef_dk_resource_test'
end

group :integration do
  cookbook 'chef-dk_test', path: 'test/fixtures/cookbooks/chef-dk_test'
end