Show
Ignore:
Timestamp:
01/23/08 17:21:14 (10 months ago)
Author:
drry
Message:

platform/tdiary/Rakefile: added RSpec options, loadby mtime and reverse.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • platform/tdiary/Rakefile

    r5324 r5346  
    2222 
    2323Spec::Rake::SpecTask.new do |t| 
    24         t.spec_opts = ['--colour', '--options', File.join('spec', 'spec.opts')] 
     24        t.spec_opts << '--colour' 
     25        t.spec_opts << '--loadby' << 'mtime' 
     26        t.spec_opts << '--reverse' 
     27        t.spec_opts << '--options' << File.join('spec', 'spec.opts') 
    2528end 
    2629