Changeset 7 for trunk/Rakefile.rb

Show
Ignore:
Timestamp:
08/15/06 00:58:32 (2 years ago)
Author:
jcm
Message:

helper added

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Rakefile.rb

    r2 r7  
    66task :default => :test 
    77 
    8 desc 'Test the plugin.' 
     8desc 'Test the better_nested_set plugin.' 
    99Rake::TestTask.new(:test) do |t| 
    1010  t.libs << 'lib' 
    11   t.test_files = ['test/preload_active_support.rb'] + FileList['test/t_*.rb'] + FileList['activesupport_mb/test/multibyte/*.rb'] 
     11  t.test_files = ['test/preload_active_support.rb'] + FileList['test/t_*.rb'] + FileList['lib/*.rb'] 
    1212  t.verbose = true 
    1313end