Sha256: 554492f19d317fda533a20ba8d3a0f8fd944c663a3c124d129c1e963496bac25

Contents?: true

Size: 450 Bytes

Versions: 1

Compression:

Stored size: 450 Bytes

Contents

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

require 'spec_helper'
require File.expand_path('../dummy/init', __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'
require 'capybara/rspec'

RSpec.configure do |config|
  config.include Capybara::DSL

  config.infer_spec_type_from_file_location!
  config.filter_rails_from_backtrace!
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
micro_sessions-0.4.0 spec/rails_helper.rb