summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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]