Skip to content

Commit

Permalink
changed default rake task to run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Tan Wei Hao committed Mar 31, 2012
1 parent 20cce48 commit 832b64e
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions Rakefile
Expand Up @@ -2,10 +2,8 @@
require "bundler/gem_tasks"
require 'rake/testtask'


Rake::TestTask.new do |t|
t.pattern = "test/test_*.rb"
end

task :default do
Rake::TestTask.new do |t|
t.pattern = "test/test_*.rb"
end
end

0 comments on commit 832b64e

Please sign in to comment.