Show
Ignore:
Timestamp:
01/22/08 19:57:33 (10 months ago)
Author:
drry
Message:

platform/tdiary/Rakefile: pattern の既定値と完全に同一で重複しているため spec_files を除去致しました。

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • platform/tdiary/Rakefile

    r5289 r5290  
    2121 
    2222Spec::Rake::SpecTask.new do |t| 
    23   t.spec_files = FileList[File.join('spec', '**', '*_spec.rb')] 
    2423  t.spec_opts  = ['--options', File.join('spec', 'spec.opts')] 
    2524end