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

group :integration do
  cookbook 'authentication',      path: 'test/fixtures/cookbooks/authentication'
  cookbook 'jenkins_command',     path: 'test/fixtures/cookbooks/jenkins_command'
  cookbook 'jenkins_credentials', path: 'test/fixtures/cookbooks/jenkins_credentials'
  cookbook 'jenkins_job',         path: 'test/fixtures/cookbooks/jenkins_job'
  cookbook 'jenkins_plugin',      path: 'test/fixtures/cookbooks/jenkins_plugin'
  cookbook 'jenkins_script',      path: 'test/fixtures/cookbooks/jenkins_script'
  cookbook 'jenkins_slave',       path: 'test/fixtures/cookbooks/jenkins_slave'
  cookbook 'jenkins_user',        path: 'test/fixtures/cookbooks/jenkins_user'
  cookbook 'smoke',               path: 'test/fixtures/cookbooks/smoke'
end
