Sha256: bce98ad17ae7a2fc8b418b91bb35b52e36f834bc37e11c224a4abe9082563433
Contents?: true
Size: 392 Bytes
Versions: 1
Compression:
Stored size: 392 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 'models/auto_id' require 'models/entry' require 'db/derby' require 'simple' require 'test/unit' class DerbySimpleTest < Test::Unit::TestCase include SimpleTestMethods end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ActiveRecord-JDBC-0.2.3 | test/derby_simple_test.rb |