summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2020-01-07 02:05:24 +0100
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2020-01-07 02:05:24 +0100
commit24350bf48d77dae3da0c8e168baaa4987af1c984 (patch)
tree0869953ede86bd95daf4b46a20b1943f376ed881
parent03c5f6a704364e906dda179fd3750d28ccb96000 (diff)
downloadbundler-enable_parallel_specs_again.tar.gz
Remove unused rake taskenable_parallel_specs_again
-rw-r--r--Rakefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Rakefile b/Rakefile
index 5ee4a40111..eac9148c60 100644
--- a/Rakefile
+++ b/Rakefile
@@ -38,10 +38,6 @@ namespace :spec do
Spec::Rubygems.install_parallel_test_deps
end
- task :clean do
- rm_rf "tmp"
- end
-
desc "Run the real-world spec suite"
task :realworld => %w[set_realworld spec]