Sha256: 06840d5d064d93f3f136b5a0df8fd077cd066d9ea2953ebd74be8e6d664fdd8b

Contents?: true

Size: 382 Bytes

Versions: 3

Compression:

Stored size: 382 Bytes

Contents

ENV['RAILS_ENV'] ||= 'test'

require 'simplecov'
SimpleCov.start 'rails' do
  add_filter "/lib/generators"
  add_filter "/bin"
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_relative 'spec_helper'

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
symphonia-2.2.1 spec/rails_helper.rb
symphonia-2.1.8 spec/rails_helper.rb
symphonia-2.1.7 spec/rails_helper.rb