Sha256: cd71c376ca46bdf8a3fe23a6d4b04a75d7c960212d0ced46d736cc4c482cc860

Contents?: true

Size: 847 Bytes

Versions: 21

Compression:

Stored size: 847 Bytes

Contents

$:.unshift(File.dirname(__FILE__) + '/../lib')

require 'test/unit'
require 'rubygems'
require 'action_pack'
require 'active_record'
#require 'active_support/binding_of_caller'
#require 'active_support/breakpoint'


unless defined?(RAILS_ROOT)
  root_path = File.join(File.dirname(__FILE__), '..')
  unless RUBY_PLATFORM =~ /mswin32/
    require 'pathname'
    root_path = Pathname.new(root_path).cleanpath.to_s
  end
  RAILS_ROOT = root_path
end


require 'active_record/fixtures'
require 'initializer'

Rails::Initializer.run(:set_load_path)

ActiveRecord::Base.logger = Logger.new(File.dirname(__FILE__) + "/debug.log")
ActiveRecord::Base.establish_connection(
    :adapter  => "mysql",
    :host     => "localhost",
    :username => "root",
    :password => "",
    :database => "crypto_test"
  )
#load(File.dirname(__FILE__) + "/schema.rb")

Version data entries

21 entries across 21 versions & 4 rubygems

Version Path
rhodes-7.6.0 lib/extensions/ezcrypto/ext/test/test_helper.rb
rhodes-7.5.1 lib/extensions/ezcrypto/ext/test/test_helper.rb
rhodes-7.4.1 lib/extensions/ezcrypto/ext/test/test_helper.rb
rhodes-7.1.17 lib/extensions/ezcrypto/ext/test/test_helper.rb
rhodes-6.2.0 lib/extensions/ezcrypto/ext/test/test_helper.rb
ezcrypto2-0.0.2 test/test_helper.rb
rhodes-6.0.11 lib/extensions/ezcrypto/ext/test/test_helper.rb
rhodes-5.5.18 lib/extensions/ezcrypto/ext/test/test_helper.rb
rhodes-5.5.17 lib/extensions/ezcrypto/ext/test/test_helper.rb
rhodes-5.5.15 lib/extensions/ezcrypto/ext/test/test_helper.rb
rhodes-5.5.0.22 lib/extensions/ezcrypto/ext/test/test_helper.rb
rhodes-5.5.2 lib/extensions/ezcrypto/ext/test/test_helper.rb
rhodes-5.5.0.7 lib/extensions/ezcrypto/ext/test/test_helper.rb
rhodes-5.5.0.3 lib/extensions/ezcrypto/ext/test/test_helper.rb
rhodes-5.5.0 lib/extensions/ezcrypto/ext/test/test_helper.rb
tauplatform-1.0.3 lib/extensions/ezcrypto/ext/test/test_helper.rb
tauplatform-1.0.2 lib/extensions/ezcrypto/ext/test/test_helper.rb
tauplatform-1.0.1 lib/extensions/ezcrypto/ext/test/test_helper.rb
rhodes-3.5.1.12 lib/extensions/ezcrypto/ext/test/test_helper.rb
rhodes-3.4.2 lib/extensions/ezcrypto/ext/test/test_helper.rb