Skip to content

Instantly share code, notes, and snippets.

@tagrudev
Created November 30, 2012 08:58
Show Gist options
  • Save tagrudev/4174612 to your computer and use it in GitHub Desktop.
Save tagrudev/4174612 to your computer and use it in GitHub Desktop.
$LOAD_PATH.unshift(File.dirname(__FILE__))
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
ENV["RAILS_ENV"] ||= 'test'
require File.expand_path("../../spec/dummy/config/environment", __FILE__)
require 'rubygems'
require 'bundler/setup'
require 'docushin'
require 'pry'
RSpec.configure do |config|
config.before(:each) do
# Do nothing
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment