Sha256: b75e95270e874a44168731ee0a141af9edb3aea1b57e34af2033408f663132fb
Contents?: true
Size: 396 Bytes
Versions: 1
Compression:
Stored size: 396 Bytes
Contents
# Configure Rails Envinronment ENV["RAILS_ENV"] = "test" require File.expand_path("../../dummy_apps/<%= current_app_name %>/config/environment.rb", __FILE__) require 'spec_helper/init' # Run any available migration migrations_dir = File.expand_path("../../dummy-apps/<%= current_app_name %>/db/migrate/", __FILE__) ActiveRecord::Migrator.migrate migrations_dir require 'spec_helper/config'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
multiengine-0.5.0 | lib/templates/test/orm/active_record_helper.rb.tt |