Skip to content

Commit

Permalink
move integration tests to top-level
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-rock committed Feb 18, 2016
1 parent 4f29112 commit 9093237
Show file tree
Hide file tree
Showing 13 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
/pkg/
/spec/reports/
/tmp/
test/integration/.kitchen
Berksfile.lock
.kitchen
File renamed without changes.
5 changes: 5 additions & 0 deletions Berksfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# encoding: utf-8

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

cookbook 'os_prepare', path: './test/cookbooks/os_prepare'
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,6 @@ namespace :test do
task :integration do
concurrency = ENV['CONCURRENCY'] || 1
path = File.join(File.dirname(__FILE__), 'test', 'integration')
sh('sh', '-c', "cd #{path} && bundle exec kitchen test -c #{concurrency}")
sh('sh', '-c', "bundle exec kitchen test -c #{concurrency}")
end
end
File renamed without changes.
3 changes: 0 additions & 3 deletions test/integration/Berksfile

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 9093237

Please sign in to comment.