diff options
Diffstat (limited to 'Rakefile')
| -rw-r--r-- | Rakefile | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -10,11 +10,6 @@ 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'] |
