6 lines
156 B
Ruby
6 lines
156 B
Ruby
require File.dirname(__FILE__) + '/test_helper'
|
|
|
|
EventedMysqlTest.new( 10 ) do |test|
|
|
test.setup{ Mysql.real_connect('localhost','root') }
|
|
test.run!
|
|
end |