Changeset 5188
- Timestamp:
- 01/21/08 22:28:44 (5 years ago)
- Files:
-
- 1 modified
-
platform/tdiary/Rakefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
platform/tdiary/Rakefile
r5181 r5188 23 23 t.spec_opts = ['--options', 'spec/spec.opts'] 24 24 end 25 end 26 27 desc "Run all tests" 28 task :test do 29 require 'test/unit' 30 test_files = FileList['test/**/*_test.rb'] 31 test_files.each do |t| 32 sh "ruby #{t}" 33 end 25 34 end 26 35
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)