Skip to content

Commit

Permalink
Convert project from jamie to test-kitchen 1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
fnichol committed Feb 18, 2013
1 parent b9a5c00 commit 3585473
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .gitignore
@@ -1,7 +1,7 @@
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
Expand Up @@ -9,6 +9,6 @@ gem 'chef', (ENV['CHEF_VERSION'] || '>= 0.10.10')

group :integration do
gem 'berkshelf'
gem 'jamie', '~> 0.1.0.beta3'
gem 'jamie-vagrant'
gem 'test-kitchen', :git => 'git://github.com/opscode/test-kitchen.git', :ref => '1.0'
gem 'kitchen-vagrant', :git => 'git://github.com/opscode/kitchen-vagrant.git'
end
4 changes: 2 additions & 2 deletions Vagrantfile
@@ -1,6 +1,6 @@
require 'jamie/vagrant'
require 'kitchen/vagrant'
require 'berkshelf/vagrant'

Vagrant::Config.run do |config|
Jamie::Vagrant.define_vms(config)
Kitchen::Vagrant.define_vms(config)
end

0 comments on commit 3585473

Please sign in to comment.