Rakefile in pathological-0.2.5 vs Rakefile in pathological-0.2.6

- old
+ new

@@ -10,5 +10,6 @@ task.libs << "test" task.test_files = FileList["test/unit/**/*_test.rb"] end end +task :default => ["test:units"]