Sha256: 47831e7e9984669f3bf64b439920dabe7c3112eeabfce4518af9644d7a9a7845

Contents?: true

Size: 517 Bytes

Versions: 12

Compression:

Stored size: 517 Bytes

Contents

ENV["RAILS_ENV"] = "test"
RAILS_ROOT = File.expand_path(File.dirname(__FILE__) + "/rails_root")
require File.expand_path(File.dirname(__FILE__) + "/rails_root/config/environment")
require 'test_help'

$: << File.expand_path(File.dirname(__FILE__) + '/..')
require 'census'

begin
  require 'redgreen'
rescue LoadError
end

require File.join(File.dirname(__FILE__), '..', 'shoulda_macros', 'census')

class ActiveSupport::TestCase
  self.use_transactional_fixtures = true
  self.use_instantiated_fixtures  = false
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
census-0.5.2 test/test_helper.rb
census-0.5.0 test/test_helper.rb
census-0.4.4 test/test_helper.rb
census-0.4.3 test/test_helper.rb
census-0.4.2 test/test_helper.rb
census-0.4.1 test/test_helper.rb
census-0.4.0 test/test_helper.rb
census-0.3.1 test/test_helper.rb
census-0.3.0 test/test_helper.rb
census-0.2.1 test/test_helper.rb
census-0.2.0 test/test_helper.rb
census-0.1.0 test/test_helper.rb