couple of edits [ci skip]

Legit, but really an excuse to trigger the master hook in the docs server.
This commit is contained in:
Xavier Noria 2018-04-13 16:39:51 +02:00
parent 57fe81200f
commit d654677973
1 changed files with 2 additions and 2 deletions

View File

@ -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")