lib/test-kitchen/scaffold.rb in test-kitchen-0.5.2 vs lib/test-kitchen/scaffold.rb in test-kitchen-0.5.4
- old
+ new
@@ -34,10 +34,10 @@
scaffold_file 'Gemfile',
<<-eos
source :rubygems
- gem 'test-kitchen', :git => 'git@github.com:opscode/test-kitchen.git'
+ gem 'test-kitchen'
eos
scaffold_file 'test/kitchen/Kitchenfile',
<<-eos
#{project_type(output_dir)} "#{project_name(output_dir)}" do