Sha256: aa6a5a2e0ac85a54abf2d7cc1b2408f1b21a287bb2199e7676c3ba2d03d28671
Contents?: true
Size: 335 Bytes
Versions: 1
Compression:
Stored size: 335 Bytes
Contents
ENV['RAILS_ENV'] ||= 'test' require 'simplecov' SimpleCov.start do add_filter '/spec/' end require File.expand_path('../dummy/config/environment.rb', __FILE__) # Prevent database truncation if the environment is production abort('The Rails environment is running in production mode!') if Rails.env.production? require 'spec_helper'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mautic-3.1.0 | spec/rails_helper.rb |