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

Changeset 4865

Show
Ignore:
Timestamp:
08/30/06 04:51:11 (2 years ago)
Author:
ulysses
Message:

Add desc for test task so that completion can detect it

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/actionpack/Rakefile

    r4804 r4865  
    2323# Run the unit tests 
    2424 
     25desc "Run all unit tests" 
    2526task :test => [:test_action_pack, :test_active_record_integration] 
    2627