diff options
author | Jeremy Kemper <jeremy@bitsweat.net> | 2011-12-21 10:10:35 -0700 |
---|---|---|
committer | Jeremy Kemper <jeremy@bitsweat.net> | 2011-12-21 10:11:57 -0700 |
commit | 4f629ed4bbb8902e8905dee3069edb1cd7e693b6 (patch) | |
tree | 9917005aed49cf438d337a7994e5894ebf069892 /activesupport/lib/active_support/cache/null_store.rb | |
parent | 14c89e7285d4e7cd40a542fbc31d9345f60c3aa4 (diff) | |
download | rails-4f629ed4bbb8902e8905dee3069edb1cd7e693b6.tar.gz rails-4f629ed4bbb8902e8905dee3069edb1cd7e693b6.tar.bz2 rails-4f629ed4bbb8902e8905dee3069edb1cd7e693b6.zip |
Restore `rake TEST=test/unit/foo_test.rb` support.
Add your own test tasks as dependencies on the `test:run` task instead of `test` itself.
namespace :test do
task run: 'test:acceptance'
Rails::SubTestTask.new acceptance: 'test:prepare' do |t|
t.libs << 'test'
t.pattern = 'test/acceptance/**/*_test.rb'
end
end
Diffstat (limited to 'activesupport/lib/active_support/cache/null_store.rb')
0 files changed, 0 insertions, 0 deletions