Skip to content

Commit

Permalink
Rakefile to run test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
oisin committed Jan 21, 2012
1 parent 7135e74 commit 9bdd6d2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Rakefile
@@ -0,0 +1,9 @@
task :default => :test

require 'rake/testtask'

Rake::TestTask.new do |t|
t.libs << "test"
t.test_files = FileList['test/unit/*.rb']
t.verbose = true
end

0 comments on commit 9bdd6d2

Please sign in to comment.