Rakefile in kit-1.1.2 vs Rakefile in kit-1.1.4
- old
+ new
@@ -7,10 +7,10 @@
test_kit = File.expand_path '../test_kit', __FILE__
task :prepare do |t|
puts 'Test kit exists, no need to clone it.' if File.exists? test_kit
- Git.clone 'git://github.com/razor-x/kits_skeleton.git', test_kit unless File.exists? test_kit
+ Git.clone 'git://github.com/razor-x/skeleton-kit.git', test_kit unless File.exists? test_kit
end
task :update => [ :prepare ] do |t|
Git.open(test_kit).pull
end