Changeset 8678
- Timestamp:
- 01/20/08 23:27:19 (9 months ago)
- Files:
-
- trunk/railties/lib/tasks/testing.rake (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/railties/lib/tasks/testing.rake
r8431 r8678 39 39 end 40 40 41 desc ' Test all units and functionals'41 desc 'Run all unit, functional and integration tests' 42 42 task :test do 43 43 errors = %w(test:units test:functionals test:integration).collect do |task|