Sha256: c0dcbf20a4c53ff2e0d31893e6568b673c733b4885976841e90de3f9b4b9df12
Contents?: true
Size: 243 Bytes
Versions: 11
Compression:
Stored size: 243 Bytes
Contents
# Set the environment variables for the test app ENV[ 'RAILS_ENV' ] = 'test' # Add the test app to the load path $: << ENV[ 'BALDWIN_RAILS_PATH' ] # Require all dependencies Bundler.require # Boot the rails app require 'config/environment'
Version data entries
11 entries across 11 versions & 1 rubygems