aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/Rakefile
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2018-04-13 16:39:51 +0200
committerXavier Noria <fxn@hashref.com>2018-04-13 16:39:51 +0200
commitd6546779734e66bdb89b74286c433d88be120dde (patch)
tree9ecdf78c912591bae1749acd07c8326d206aaf0f /actionview/Rakefile
parent57fe81200f1b645acd62ec004b4664944a3fbf68 (diff)
downloadrails-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/Rakefile4
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")