From d6546779734e66bdb89b74286c433d88be120dde Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Fri, 13 Apr 2018 16:39:51 +0200 Subject: couple of edits [ci skip] Legit, but really an excuse to trigger the master hook in the docs server. --- actionview/Rakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'actionview/Rakefile') diff --git a/actionview/Rakefile b/actionview/Rakefile index 4d7a2f1812..9542b626d1 100644 --- a/actionview/Rakefile +++ b/actionview/Rakefile @@ -57,7 +57,7 @@ namespace :test do end namespace :integration do - # ActiveRecord Integration Tests + # Active Record Integration Tests Rake::TestTask.new(:active_record) do |t| t.libs << "test" t.test_files = Dir.glob("test/activerecord/*_test.rb") @@ -66,7 +66,7 @@ namespace :test do t.ruby_opts = ["--dev"] if defined?(JRUBY_VERSION) end - # ActionPack Integration Tests + # Action Pack Integration Tests Rake::TestTask.new(:action_pack) do |t| t.libs << "test" t.test_files = Dir.glob("test/actionpack/**/*_test.rb") -- cgit v1.2.3