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

Version Path
mautic-2.3.3 spec/rails_helper.rb
mautic-2.3.1 spec/rails_helper.rb
mautic-2.2.2 spec/rails_helper.rb
mautic-2.1.1 spec/rails_helper.rb
mautic-0.1.8 spec/rails_helper.rb
mautic-0.1.7 spec/rails_helper.rb
mautic-1.0.5 spec/rails_helper.rb
mautic-0.1.6 spec/rails_helper.rb
mautic-0.1.4 spec/rails_helper.rb
mautic-1.0.3 spec/rails_helper.rb