Sha256: 7b5382a074072d6a78c453bc5a2c00cbdd47bc30a978f33f887f45037a470367
Contents?: true
Size: 487 Bytes
Versions: 1
Compression:
Stored size: 487 Bytes
Contents
# Be sure to restart your server when you modify this file # Specifies gem version of Rails to use when vendor/rails is not present RAILS_GEM_VERSION = '2.3.12' unless defined? RAILS_GEM_VERSION TEST_ORM = :active_record unless defined? TEST_ORM # Bootstrap the Rails environment, frameworks, and default configuration require File.join(File.dirname(__FILE__), 'boot') Rails::Initializer.run do |config| config.frameworks -= [ :active_record ] unless TEST_ORM == :active_record end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
link2-0.1.11 | test/integration/rails_app/config/environment.rb |