diff options
| author | David RodrÃguez <deivid.rodriguez@riseup.net> | 2020-01-07 02:05:24 +0100 |
|---|---|---|
| committer | David RodrÃguez <deivid.rodriguez@riseup.net> | 2020-01-07 02:05:24 +0100 |
| commit | 24350bf48d77dae3da0c8e168baaa4987af1c984 (patch) | |
| tree | 0869953ede86bd95daf4b46a20b1943f376ed881 | |
| parent | 03c5f6a704364e906dda179fd3750d28ccb96000 (diff) | |
| download | bundler-enable_parallel_specs_again.tar.gz | |
Remove unused rake taskenable_parallel_specs_again
| -rw-r--r-- | Rakefile | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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] |
