Skip to content

Commit

Permalink
Oops, forgot to add the Rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
rubys committed Jun 8, 2009
1 parent 4a651e5 commit 6395d3f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Rakefile
@@ -0,0 +1,11 @@
require 'rubygems'
require 'rake'
require 'rake/testtask'

Rake::TestTask.new(:test) do |test|
test.libs << 'lib' << 'test'
test.pattern = 'test/**/*_test.rb'
test.verbose = true
end

task :default => :test

0 comments on commit 6395d3f

Please sign in to comment.