summaryrefslogtreecommitdiffhomepage
path: root/Rakefile
diff options
context:
space:
mode:
authorRandy Morgan <[email protected]>2011-11-30 07:52:46 +0900
committerRandy Morgan <[email protected]>2011-11-30 07:52:46 +0900
commit4fcf75ff45cb3f5265aec534bf2f6a02ebebc4a9 (patch)
treef7194e4afa01bd2917bcb0c4112f47410115aa06 /Rakefile
parent6267d20703af8cdd3bed97ff5b71b4faa4dd2232 (diff)
downloadcaxlsx-4fcf75ff45cb3f5265aec534bf2f6a02ebebc4a9.tar.gz
caxlsx-4fcf75ff45cb3f5265aec534bf2f6a02ebebc4a9.zip
Output time in rake test to see what time travis thinks it is.
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 12ec6a52..f2091830 100644
--- a/Rakefile
+++ b/Rakefile
@@ -10,6 +10,7 @@ end
task :test do
require 'rake/testtask'
+ puts "The current time is: #{Time.now}"
Rake::TestTask.new do |t|
t.libs << 'test'
t.test_files = FileList['test/**/tc_*.rb']