aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2011-12-21 08:15:36 -0700
committerJeremy Kemper <jeremy@bitsweat.net>2011-12-21 10:04:56 -0700
commit14c89e7285d4e7cd40a542fbc31d9345f60c3aa4 (patch)
treef81c3a4a6ba8e1747aef1e1e24804af84513bebd /activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb
parentc1b2642a9eb54a5f83b19d0507306bb58c889ac1 (diff)
downloadrails-14c89e7285d4e7cd40a542fbc31d9345f60c3aa4.tar.gz
rails-14c89e7285d4e7cd40a542fbc31d9345f60c3aa4.tar.bz2
rails-14c89e7285d4e7cd40a542fbc31d9345f60c3aa4.zip
Rails::SubTestTask warns on test failure and moves on. Renamed from TestTaskWithoutDescription.
This makes it easier to add your own tests to the default suite: task test: 'test:acceptance' namespace :test do Rails::SubTestTask.new acceptance: 'test:prepare' do |t| t.libs << 'test' t.pattern = 'test/acceptance/**/*_test.rb' end end Now `rake` runs unit, functional, integration, and acceptance tests.
Diffstat (limited to 'activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb')
0 files changed, 0 insertions, 0 deletions