Skip to content

Commit

Permalink
Set a "default" Rake task to "test"
Browse files Browse the repository at this point in the history
Closes #10
  • Loading branch information
timoschilling authored and karmi committed Mar 5, 2013
1 parent 3c88aa7 commit 5c2d624
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Rakefile
@@ -1,6 +1,8 @@
require 'bundler'
Bundler::GemHelper.install_tasks

task :default => :test

require 'rake/testtask'
Rake::TestTask.new(:test) do |test|
test.libs << 'lib' << 'test'
Expand Down

0 comments on commit 5c2d624

Please sign in to comment.