未验证 提交 d514ce91 编写于 作者: R Rafael França 提交者: GitHub

Merge pull request #32462 from yhirano55/add_ujs_desc_to_rakefile_in_actionview

Add ujs desc to rakefile in actionview
......@@ -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")
......@@ -56,7 +57,7 @@ namespace :test do
end
namespace :integration do
desc "ActiveRecord Integration Tests"
# ActiveRecord Integration Tests
Rake::TestTask.new(:active_record) do |t|
t.libs << "test"
t.test_files = Dir.glob("test/activerecord/*_test.rb")
......@@ -65,7 +66,7 @@ namespace :test do
t.ruby_opts = ["--dev"] if defined?(JRUBY_VERSION)
end
desc "ActionPack Integration Tests"
# ActionPack Integration Tests
Rake::TestTask.new(:action_pack) do |t|
t.libs << "test"
t.test_files = Dir.glob("test/actionpack/**/*_test.rb")
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册