Skip to content

Commit

Permalink
add default rake task
Browse files Browse the repository at this point in the history
  • Loading branch information
balvig committed Oct 20, 2014
1 parent 5171a5b commit 5baeabe
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Rakefile
@@ -1,2 +1,9 @@
require "bundler/gem_tasks"
require 'bundler/gem_tasks'
require 'rake/testtask'

task default: :test

Rake::TestTask.new do |t|
t.libs << 'test'
t.pattern = 'test/*_test.rb'
end

0 comments on commit 5baeabe

Please sign in to comment.