Changeset 4865
- Timestamp:
- 08/30/06 04:51:11 (2 years ago)
- Files:
-
- trunk/actionpack/Rakefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/actionpack/Rakefile
r4804 r4865 23 23 # Run the unit tests 24 24 25 desc "Run all unit tests" 25 26 task :test => [:test_action_pack, :test_active_record_integration] 26 27