Skip to content

Instantly share code, notes, and snippets.

@faun
Last active December 11, 2015 19:48
Show Gist options
  • Save faun/4650825 to your computer and use it in GitHub Desktop.
Save faun/4650825 to your computer and use it in GitHub Desktop.
spec/spec_helper.rb
ENV["RAILS_ENV"] ||= 'test'
require File.expand_path("../../config/environment", __FILE__)
require 'rspec/rails'
require 'rspec/autorun'
require 'capybara/rspec'
#...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment