Sha256: 8f023772630394a22bf162e7866937a4191ef03b70d1ef537f8b39f66a3a7c29

Contents?: true

Size: 319 Bytes

Versions: 3

Compression:

Stored size: 319 Bytes

Contents

# This file is copied to spec/ when you run 'rails generate rspec:install'
ENV["RAILS_ENV"] ||= 'test'
require File.expand_path("../../config/environment", __FILE__)
require 'rspec/rails'
Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each { |f| require f }

RSpec.configure do |config|
  config.mock_with :rspec
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
layout_options-0.2.2 spec/rails_root/spec/spec_helper.rb
layout_options-0.2.1 spec/rails_root/spec/spec_helper.rb
layout_options-0.2 spec/rails_root/spec/spec_helper.rb