Commit 7efaed20 by Mark Wunsch

Test all the specs

parent 65a5c97e
......@@ -3,7 +3,7 @@ require "rake/testtask"
Rake::TestTask.new do |t|
t.libs.push "lib"
t.test_files = FileList['spec/*_spec.rb']
t.test_files = FileList['spec/**/*_spec.rb']
t.verbose = true
end
......
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