From 56014880a2d25416befbd2e440fc94c2b66a0026 Mon Sep 17 00:00:00 2001 From: Andrew White Date: Fri, 31 Mar 2017 13:25:18 +0100 Subject: Correct typo in component name --- actionview/Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionview/Rakefile') 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}") -- cgit v1.2.3