From ab2e597240573c7e90aa05f0bcf46125dbdb04c0 Mon Sep 17 00:00:00 2001 From: Yoshiyuki Hirano Date: Thu, 5 Apr 2018 09:14:52 +0900 Subject: Add :ujs desc to Rakefile in actionview --- actionview/Rakefile | 1 + 1 file changed, 1 insertion(+) (limited to 'actionview/Rakefile') diff --git a/actionview/Rakefile b/actionview/Rakefile index 8650f541b0..46b5cdca54 100644 --- a/actionview/Rakefile +++ b/actionview/Rakefile @@ -29,6 +29,7 @@ namespace :test do t.ruby_opts = ["--dev"] if defined?(JRUBY_VERSION) end + desc "Run tests for rails-ujs" task :ujs do begin Dir.mkdir("log") -- cgit v1.2.3