Rakefile in omnicat-0.2.0 vs Rakefile in omnicat-0.2.1

- old
+ new

@@ -7,10 +7,10 @@ # Run the unit tests desc "Run all unit tests" Rake::TestTask.new do |t| t.libs << 'lib' - t.test_files = FileList['lib/test/unit/*_test.rb'] + t.test_files = FileList['test/unit/*_test.rb'] t.verbose = true end # Make a console for testing purposes desc "Generate a test console" \ No newline at end of file