Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove all the REPO stuff we don't need any more
  • Loading branch information
Harold Giménez committed Oct 28, 2011
1 parent b4a74c9 commit d7a74c2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Rakefile
Expand Up @@ -20,11 +20,10 @@ namespace :test do
end

namespace :test_project do
desc 'Suspend a new project. Pass REPO=... to change the Suspenders repo (defaults to dir with Rakefile).'
desc 'Suspend a new project.'
task :generate do
FileUtils.rm_rf(TEST_PROJECT)
repo = (ENV['REPO'].to_s || "file://#{Dir.pwd}").to_s
sh "./bin/suspenders", 'create', TEST_PROJECT, repo
sh "./bin/suspenders", TEST_PROJECT
end

desc 'Remove a suspended project'
Expand Down

0 comments on commit d7a74c2

Please sign in to comment.