diff options
Diffstat (limited to 'activejob')
-rw-r--r-- | activejob/Rakefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/activejob/Rakefile b/activejob/Rakefile index f32c4d2fb2..e47f17b740 100644 --- a/activejob/Rakefile +++ b/activejob/Rakefile @@ -8,7 +8,6 @@ task default: :test task test: 'test:default' task :package -task "package:clean" namespace :test do desc 'Run all adapter tests' |