Sha256: 2b8ad5faaf61abeefb669c8ce3135ea70244183a6fa7a1cd09671d51968cabf4

Contents?: true

Size: 383 Bytes

Versions: 19

Compression:

Stored size: 383 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

19 entries across 19 versions & 1 rubygems

Version Path
symphonia-3.4.0 spec/rails_helper.rb
symphonia-3.3.4 spec/rails_helper.rb
symphonia-3.3.3 spec/rails_helper.rb
symphonia-3.3.2 spec/rails_helper.rb
symphonia-3.3.0 spec/rails_helper.rb
symphonia-3.2.4 spec/rails_helper.rb
symphonia-3.2.3 spec/rails_helper.rb
symphonia-3.2.2 spec/rails_helper.rb
symphonia-3.2.1 spec/rails_helper.rb
symphonia-3.1.5 spec/rails_helper.rb
symphonia-3.1.4 spec/rails_helper.rb
symphonia-3.1.3 spec/rails_helper.rb
symphonia-3.1.2 spec/rails_helper.rb
symphonia-3.1.1 spec/rails_helper.rb
symphonia-3.1.0 spec/rails_helper.rb
symphonia-3.0.3 spec/rails_helper.rb
symphonia-3.0.2 spec/rails_helper.rb
symphonia-3.0.1 spec/rails_helper.rb
symphonia-3.0.0 spec/rails_helper.rb