diff options
| -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'] |
