Sha256: aea1aadd67b9df7891209ba418552a7a748efd2857ead5357c0bdac69c463b0d

Contents?: true

Size: 363 Bytes

Versions: 8

Compression:

Stored size: 363 Bytes

Contents

ENV['RAILS_ENV'] = 'test'
ENV['RAILS_ROOT'] ||= File.dirname(__FILE__) + '/../../../..'

require 'test/unit'
require File.expand_path(File.join(ENV['RAILS_ROOT'], 'config/environment.rb'))

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

db_adapter = ENV['DB']

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
jonathannelson-woopra_analytics-1.1 test/test_helper.rb
jonathannelson-woopra_analytics-1.3 test/test_helper.rb
jonathannelson-woopra_analytics-1.5 test/test_helper.rb
markcatley-google_analytics-1.0.20080714 test/test_helper.rb
markcatley-google_analytics-1.0.20080715 test/test_helper.rb
markcatley-google_analytics-1.0.20080717 test/test_helper.rb
markcatley-google_analytics-1.0.20080720 test/test_helper.rb
markcatley-google_analytics-1.0.20080822 test/test_helper.rb