mirror of https://github.com/rails/rails
couple of edits [ci skip]
Legit, but really an excuse to trigger the master hook in the docs server.
This commit is contained in:
parent
57fe81200f
commit
d654677973
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue