Skip to content

Commit

Permalink
run all the tests rake task
Browse files Browse the repository at this point in the history
  • Loading branch information
janxious committed Feb 17, 2012
1 parent 96cf72a commit 6892a20
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Rakefile
@@ -1,2 +1,10 @@
#!/usr/bin/env rake
require "bundler/gem_tasks"
require "rake/testtask"

Rake::TestTask.new(:test) do |t|
t.libs << "test"
t.pattern = 'test/**/*_test.rb'
t.verbose = true
end
Rake::Task["test"].comment = "run the tests"

0 comments on commit 6892a20

Please sign in to comment.