diff options
Diffstat (limited to 'actionview')
-rw-r--r-- | actionview/Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionview/Rakefile b/actionview/Rakefile index 4adcc723b1..de588ad25c 100644 --- a/actionview/Rakefile +++ b/actionview/Rakefile @@ -92,7 +92,7 @@ namespace :assets do Blade.build end - desc "Verify compiled Action Cable assets" + desc "Verify compiled Action View assets" task :verify do file = "lib/assets/compiled/rails-ujs.js" pathname = Pathname.new("#{dir}/#{file}") |