Skip to content
This repository has been archived by the owner on Dec 19, 2018. It is now read-only.

Commit

Permalink
un break the test task.
Browse files Browse the repository at this point in the history
  • Loading branch information
eightbitraptor committed Oct 21, 2010
1 parent 82b99cf commit 379ee97
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,9 @@ require "rubygems"
require "rake/testtask"

task :default => :test

desc 'Run the tests.'
Rake::TestTask.new(:test) do |t|
t.pattern = 'test/**/*.rb'
t.verbose = true
end

0 comments on commit 379ee97

Please sign in to comment.