aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/Rakefile
diff options
context:
space:
mode:
authorRafael França <rafaelmfranca@gmail.com>2016-05-24 19:01:08 -0300
committerRafael França <rafaelmfranca@gmail.com>2016-05-24 19:01:08 -0300
commit04a0e895bc7102cd32d627a2c0bc56d207e26f43 (patch)
tree8817695da5de2a935c98a16da2c96ee5017f87d4 /activejob/Rakefile
parent9a0e09696ad996c9f44565f0a0bf506445484c81 (diff)
parentd12209cad2d8961f396a6e7cbd0ee9437b9751ef (diff)
downloadrails-04a0e895bc7102cd32d627a2c0bc56d207e26f43.tar.gz
rails-04a0e895bc7102cd32d627a2c0bc56d207e26f43.tar.bz2
rails-04a0e895bc7102cd32d627a2c0bc56d207e26f43.zip
Merge pull request #25119 from javan/actioncable/blade-build
Build action_cable.js with Blade
Diffstat (limited to 'activejob/Rakefile')
-rw-r--r--activejob/Rakefile1
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'