Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Changeset 8678

Show
Ignore:
Timestamp:
01/20/08 23:27:19 (9 months ago)
Author:
nzkoz
Message:

Tidy up description for the rake test task. Closes #10598 [akaspick]

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/railties/lib/tasks/testing.rake

    r8431 r8678  
    3939end 
    4040 
    41 desc 'Test all units and functionals' 
     41desc 'Run all unit, functional and integration tests' 
    4242task :test do 
    4343  errors = %w(test:units test:functionals test:integration).collect do |task|