Sha256: a1cd77d3b524ba2837634d102ef5f8c5fb4f49492da19eb2ffe2f32baefdd8fd
Contents?: true
Size: 306 Bytes
Versions: 10
Compression:
Stored size: 306 Bytes
Contents
ENV['RAILS_ENV'] ||= 'test' require 'simplecov' SimpleCov.start 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
10 entries across 10 versions & 1 rubygems