Sha256: bfd44338862147d8fbaf24550706ba8e7cd5d1aff532230a165da0149f7145bf

Contents?: true

Size: 448 Bytes

Versions: 16

Compression:

Stored size: 448 Bytes

Contents

require 'rubygems'
require File.expand_path(File.join(File.dirname(__FILE__), '../../../../config/environment.rb'))
require 'test/unit'
require 'active_support'
require 'active_support/test_case'

config = YAML::load(IO.read(File.dirname(__FILE__) + '/database.yml'))
ActiveRecord::Base.logger = Logger.new(File.dirname(__FILE__) + "/debug.log")
ActiveRecord::Base.establish_connection(config['mysql'])

load(File.dirname(__FILE__) + "/schema.rb")

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
nay-record_with_operator-0.0.10 test/test_helper.rb
nay-record_with_operator-0.0.11 test/test_helper.rb
nay-record_with_operator-0.0.14 test/test_helper.rb
nay-record_with_operator-0.0.16 test/test_helper.rb
nay-record_with_operator-0.0.17 test/test_helper.rb
nay-record_with_operator-0.0.18 test/test_helper.rb
nay-record_with_operator-0.0.19 test/test_helper.rb
nay-record_with_operator-0.0.2 test/test_helper.rb
nay-record_with_operator-0.0.20 test/test_helper.rb
nay-record_with_operator-0.0.3 test/test_helper.rb
nay-record_with_operator-0.0.4 test/test_helper.rb
nay-record_with_operator-0.0.5 test/test_helper.rb
nay-record_with_operator-0.0.6 test/test_helper.rb
nay-record_with_operator-0.0.7 test/test_helper.rb
nay-record_with_operator-0.0.8 test/test_helper.rb
nay-record_with_operator-0.0.9 test/test_helper.rb