diff options
author | Xavier Noria <fxn@hashref.com> | 2018-04-13 16:39:51 +0200 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2018-04-13 16:39:51 +0200 |
commit | d6546779734e66bdb89b74286c433d88be120dde (patch) | |
tree | 9ecdf78c912591bae1749acd07c8326d206aaf0f /actionview/Rakefile | |
parent | 57fe81200f1b645acd62ec004b4664944a3fbf68 (diff) | |
download | rails-d6546779734e66bdb89b74286c433d88be120dde.tar.gz rails-d6546779734e66bdb89b74286c433d88be120dde.tar.bz2 rails-d6546779734e66bdb89b74286c433d88be120dde.zip |
couple of edits [ci skip]
Legit, but really an excuse to trigger the master hook in the docs server.
Diffstat (limited to 'actionview/Rakefile')
-rw-r--r-- | actionview/Rakefile | 4 |
1 files changed, 2 insertions, 2 deletions
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") |