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

Changeset 4983

Show
Ignore:
Timestamp:
09/04/06 09:49:33 (2 years ago)
Author:
bitsweat
Message:

test subdirs, turn warnings on

Files:

Legend:

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

    r4492 r4983  
    2929Rake::TestTask.new { |t| 
    3030  t.libs << "test" 
    31   t.pattern = 'test/*_test.rb' 
     31  t.pattern = 'test/**/*_test.rb' 
    3232  t.verbose = true 
     33  t.warning = true 
    3334} 
    3435