RoboticCheese/reattach-to-user-namespace-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 'resource_test',
           path: 'spec/support/cookbooks/resource_test'
end

group :integration do
  cookbook 'reattach-to-user-namespace_test',
           path: 'test/fixtures/cookbooks/reattach-to-user-namespace_test'
end