Skip to content

Commit

Permalink
Convert project from Jamie CI to Test Kitchen 1.0.0 alpha.
Browse files Browse the repository at this point in the history
  • Loading branch information
fnichol committed May 7, 2013
1 parent c940b5e commit a471e7e
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 14 deletions.
5 changes: 2 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
Gemfile.lock
Berksfile.lock
.vagrant
.jamie/
.jamie.local.yml
.kitchen/
.kitchen.local.yml
.bundle/
tmp/
File renamed without changes.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ gem 'foodcritic'

group :integration do
gem 'berkshelf'
gem 'jamie'
gem 'jamie-vagrant'
gem 'test-kitchen', '~> 1.0.0.alpha.5'
gem 'kitchen-vagrant'
end
6 changes: 3 additions & 3 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ FoodCritic::Rake::LintTask.new do |t|
end

begin
require 'jamie/rake_tasks'
Jamie::RakeTasks.new
require 'kitchen/rake_tasks'
Kitchen::RakeTasks.new
rescue LoadError
puts ">>>>> Jamie gem not loaded, omitting tasks" unless ENV['CI']
puts ">>>>> Kitchen gem not loaded, omitting tasks" unless ENV['CI']
end

task :default => [:foodcritic]
6 changes: 0 additions & 6 deletions Vagrantfile

This file was deleted.

0 comments on commit a471e7e

Please sign in to comment.