diff options
| author | Randy Morgan <[email protected]> | 2011-11-30 07:52:46 +0900 |
|---|---|---|
| committer | Randy Morgan <[email protected]> | 2011-11-30 07:52:46 +0900 |
| commit | 4fcf75ff45cb3f5265aec534bf2f6a02ebebc4a9 (patch) | |
| tree | f7194e4afa01bd2917bcb0c4112f47410115aa06 /Rakefile | |
| parent | 6267d20703af8cdd3bed97ff5b71b4faa4dd2232 (diff) | |
| download | caxlsx-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-- | Rakefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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'] |
