diff options
| author | Randy Morgan <[email protected]> | 2011-11-30 07:56:25 +0900 |
|---|---|---|
| committer | Randy Morgan <[email protected]> | 2011-11-30 07:56:25 +0900 |
| commit | 1313e3b246cbddba3d0e6b1cdcc63be4e675b903 (patch) | |
| tree | dc35ec6cadcf1cd1259aff91f4134ed72366d3cf | |
| parent | 4fcf75ff45cb3f5265aec534bf2f6a02ebebc4a9 (diff) | |
| download | caxlsx-1313e3b246cbddba3d0e6b1cdcc63be4e675b903.tar.gz caxlsx-1313e3b246cbddba3d0e6b1cdcc63be4e675b903.zip | |
more travis testing.
| -rw-r--r-- | Rakefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -11,6 +11,10 @@ end task :test do require 'rake/testtask' puts "The current time is: #{Time.now}" + + puts "1900 was: #{Time.local(1900,1,1)}" + puts "1904 was: #{Time.local(1904,1,1)}" + Rake::TestTask.new do |t| t.libs << 'test' t.test_files = FileList['test/**/tc_*.rb'] |
