Sha256: 04eb7c9cda2c3550d8f175253c9dd8c04d87cb9e418a60f5cb1bce716aa34382
Contents?: true
Size: 335 Bytes
Versions: 13
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
13 entries across 13 versions & 1 rubygems