Sha256: 1cf9d80e3e8606325fab9f6f778eef3cb5af76ea945f014c9d65660b757f1c46

Contents?: true

Size: 625 Bytes

Versions: 5

Compression:

Stored size: 625 Bytes

Contents

# This file is copied to spec/ when you run 'rails generate rspec:install'
require 'spec_helper'
ENV['RAILS_ENV'] ||= 'test'
require File.expand_path('../dummy/config/environment', __FILE__)
# Prevent database truncation if the environment is production
abort('The Rails environment is running in production mode!') if Rails.env.production?
require 'rspec/rails'

ActiveRecord::Migration.maintain_test_schema!

RSpec.configure do |config|
  config.fixture_path = "#{::Rails.root}/spec/fixtures"
  config.use_transactional_fixtures = true
  config.infer_spec_type_from_file_location!
  config.filter_rails_from_backtrace!
end

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
mks_rent-1.0.0 spec/rails_helper.rb
mks_edm-1.0.5 spec/rails_helper.rb
mks_edm-1.0.4 spec/rails_helper.rb
mks_edm-1.0.2 spec/rails_helper.rb
mks_edm-1.0.1 spec/rails_helper.rb