Sha256: d5d3f79a33f7b7ba35c17843a8d3a7154bdb7b56e58c587b8d8f30b9962115af

Contents?: true

Size: 402 Bytes

Versions: 17

Compression:

Stored size: 402 Bytes

Contents

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

require 'simplecov'
SimpleCov.start 'rails' do
  add_filter '/bin'
  add_filter '/lib/generators'
  add_filter '/vendor'
end

require File.expand_path('dummy/config/environment.rb', __dir__)
# 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

17 entries across 17 versions & 1 rubygems

Version Path
symphonia-6.0.6 spec/rails_helper.rb
symphonia-6.0.5 spec/rails_helper.rb
symphonia-6.0.2 spec/rails_helper.rb
symphonia-6.0.1 spec/rails_helper.rb
symphonia-6.0.0 spec/rails_helper.rb
symphonia-5.0.6 spec/rails_helper.rb
symphonia-5.0.5 spec/rails_helper.rb
symphonia-5.0.4 spec/rails_helper.rb
symphonia-5.0.3 spec/rails_helper.rb
symphonia-5.0.0 spec/rails_helper.rb
symphonia-4.2.0 spec/rails_helper.rb
symphonia-4.1.3 spec/rails_helper.rb
symphonia-4.1.2 spec/rails_helper.rb
symphonia-4.1.1 spec/rails_helper.rb
symphonia-4.1.0 spec/rails_helper.rb
symphonia-4.0.1 spec/rails_helper.rb
symphonia-4.0.0 spec/rails_helper.rb