Skip to content

Commit

Permalink
rake default task is 'test'
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmacaulay committed Jul 6, 2010
1 parent 5ff699b commit d53a4e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Rakefile
Expand Up @@ -4,6 +4,8 @@ require 'rake'
require 'rake/testtask'
require 'rake/gempackagetask'

task :default => 'test'

Rake::TestTask.new(:test) do |t|
t.libs << "lib"
t.libs << "test"
Expand Down

0 comments on commit d53a4e1

Please sign in to comment.