Sha256: a664bf159f653d50ef63f70fc662d6ee2012b0b0287a56d016f9d98b9471e1db
Contents?: true
Size: 269 Bytes
Versions: 4
Compression:
Stored size: 269 Bytes
Contents
ENV['RAILS_ENV'] ||= 'test' 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
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
mautic-1.0.1 | spec/rails_helper.rb |
mautic-0.1.3 | spec/rails_helper.rb |
mautic-0.1.2 | spec/rails_helper.rb |
mautic-0.1.1 | spec/rails_helper.rb |