Sha256: 2fdaa7899fc301a1a2b32c163cf8163cd806fe8e9a418adf88692b9b99aac4dc
Contents?: true
Size: 514 Bytes
Versions: 1
Compression:
Stored size: 514 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.11' 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 config.time_zone = 'UTC' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
layou2-0.1.1 | test/integration/rails_app/config/environment.rb |