Sha256: cae9854abee4d9643365c6d7cf63c97de6e4558cb0314194a61a6c45c5bfbb73
Contents?: true
Size: 383 Bytes
Versions: 6
Compression:
Stored size: 383 Bytes
Contents
ENV['RAILS_ENV'] ||= 'test' require File.expand_path('../dummy/config/environment', __FILE__) # Prevent database truncation if the environment is production abort("The Rails environment is running in production mode!") if Rails.env.production? require 'rspec/rails' RSpec.configure do |config| config.infer_spec_type_from_file_location! config.filter_rails_from_backtrace! end
Version data entries
6 entries across 6 versions & 1 rubygems