RoboticCheese/private-internet-access-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 'private-internet-access_test',
           path: 'test/fixtures/cookbooks/private-internet-access_test'
end