Skip to content

Commit

Permalink
[rake]: Deprecated require.
Browse files Browse the repository at this point in the history
  • Loading branch information
grimen committed Sep 21, 2011
1 parent b2e0c93 commit 354ff84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -2,7 +2,7 @@
require 'rubygems'
require 'rake'
require 'rake/testtask'
require 'rake/rdoctask'
require 'rdoc/task'

desc 'Default: Run all tests.'
task :default => :test
Expand Down

0 comments on commit 354ff84

Please sign in to comment.