Skip to content

Commit

Permalink
Add require 'date' to Rakefile; closes sinatra#341
Browse files Browse the repository at this point in the history
  • Loading branch information
drichardson authored and rtomayko committed Apr 2, 2010
1 parent c496254 commit 3ed6224
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
@@ -1,6 +1,7 @@
require 'rake/clean'
require 'rake/testtask'
require 'fileutils'
require 'date'

task :default => :test
task :spec => :test
Expand Down

0 comments on commit 3ed6224

Please sign in to comment.