test/joinfix_test_suite.rb in joinfix-0.1.1 vs test/joinfix_test_suite.rb in joinfix-1.0.0
- old
+ new
@@ -1,9 +1,9 @@
$:.unshift File.join(File.dirname(__FILE__), '../lib')
puts %{
NOTE! The joinfix tests are not run through this test suite
- because they require a database to connect to. See TEST_README
+ 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