Commit 32d07aea by Ryan Bigg

Run all the tests when calling 'rake'

parent 14ddc9fd
...@@ -5,4 +5,6 @@ task :test do ...@@ -5,4 +5,6 @@ task :test do
Dir['test/*_test.rb'].each do |testfile| Dir['test/*_test.rb'].each do |testfile|
load testfile load testfile
end end
end end
\ No newline at end of file
task :default => :test
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment