test/joinfix_test_suite.rb in joinfix-1.0.0 vs test/joinfix_test_suite.rb in joinfix-1.0.1
- old
+ new
@@ -1,10 +1,7 @@
-$:.unshift File.join(File.dirname(__FILE__), '../lib')
+require 'test/unit'
puts %{
NOTE! The joinfix tests are not run through this test suite
because they must connect to a database. See TEST_README
for details and instructions on running the joinfix tests.
-}
-#
-#ENV["ALL"] = 'true'
-#Dir.glob("./**/*_test.rb").each {|test| require test}
+}
\ No newline at end of file