Sha256: e6a1fa9142a777106af90ad545bb75b0dcc8cf1d3955648c1deebcfd8a7ac636
Contents?: true
Size: 328 Bytes
Versions: 3
Compression:
Stored size: 328 Bytes
Contents
# To run this script, run the following in a mysql instance: # # drop database if exists weblog_development; # create database weblog_development; # grant all on weblog_development.* to blog@localhost; require 'jdbc_common' require 'db/mysql' class MysqlSimpleTest < Test::Unit::TestCase include SimpleTestMethods end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ActiveRecord-JDBC-0.2.4 | test/mysql_simple_test.rb |
ActiveRecord-JDBC-0.3 | test/mysql_simple_test.rb |
ActiveRecord-JDBC-0.3.1 | test/mysql_simple_test.rb |