summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRandy Morgan <[email protected]>2011-11-30 07:56:25 +0900
committerRandy Morgan <[email protected]>2011-11-30 07:56:25 +0900
commit1313e3b246cbddba3d0e6b1cdcc63be4e675b903 (patch)
treedc35ec6cadcf1cd1259aff91f4134ed72366d3cf
parent4fcf75ff45cb3f5265aec534bf2f6a02ebebc4a9 (diff)
downloadcaxlsx-1313e3b246cbddba3d0e6b1cdcc63be4e675b903.tar.gz
caxlsx-1313e3b246cbddba3d0e6b1cdcc63be4e675b903.zip
more travis testing.
-rw-r--r--Rakefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index f2091830..5695a0c4 100644
--- a/Rakefile
+++ b/Rakefile
@@ -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']