Skip to content

Instantly share code, notes, and snippets.

@johnnaegle
Last active December 17, 2015 03:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johnnaegle/5545377 to your computer and use it in GitHub Desktop.
Save johnnaegle/5545377 to your computer and use it in GitHub Desktop.
Spec Helper Modifications
ENV["RAILS_ENV"] = "test"
require File.expand_path("../dummy/config/environment.rb", __FILE__)
require "rails/test_help"
require 'scratch' # Replace this with the name of your gem
Rails.backtrace_cleaner.remove_silencers!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment