Skip to content

Commit

Permalink
+ Rakefile to run all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
floere committed May 30, 2011
1 parent 587fb9e commit 9cf8de6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Rakefile
@@ -0,0 +1,5 @@
require 'rake/testtask'

Rake::TestTask.new { |t| t.pattern = "test/**/*_test.rb" }

task :default => :test

0 comments on commit 9cf8de6

Please sign in to comment.