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

Version Path
mautic-3.0.0 spec/rails_helper.rb
mautic-2.6.1 spec/rails_helper.rb
mautic-2.6.0 spec/rails_helper.rb
mautic-2.5.0 spec/rails_helper.rb
mautic-2.4.0 spec/rails_helper.rb
mautic-2.3.11 spec/rails_helper.rb
mautic-2.3.10 spec/rails_helper.rb
mautic-2.3.9 spec/rails_helper.rb
mautic-2.3.8 spec/rails_helper.rb
mautic-2.3.7 spec/rails_helper.rb
mautic-2.3.6 spec/rails_helper.rb
mautic-2.3.5 spec/rails_helper.rb
mautic-2.3.4 spec/rails_helper.rb