Sha256: add729333b95e2ecdfd1a3dc6b29f33b7e488fb703c8d52555607682e704c6f8

Contents?: true

Size: 455 Bytes

Versions: 4

Compression:

Stored size: 455 Bytes

Contents

ENV["RAILS_ENV"] = "test"
require File.expand_path('../../config/environment', __FILE__)
require 'rails/test_help'

class ActiveSupport::TestCase
  # Setup all fixtures in test/fixtures/*.(yml|csv) for all tests in alphabetical order.
  #
  # Note: You'll currently still have to declare fixtures explicitly in integration tests
  # -- they do not yet inherit this setting
  #fixtures :all

  # Add more helper methods to be used by all tests here...
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
rails3_pg_deferred_constraints-0.1.0 test/dummy/test/test_helper.rb
rails3_pg_deferred_constraints-0.0.4 test/dummy/test/test_helper.rb
rails3_pg_deferred_constraints-0.0.3 test/dummy/test/test_helper.rb
rails3_pg_deferred_constraints-0.0.2 test/dummy/test/test_helper.rb