Skip to content

Instantly share code, notes, and snippets.

@joemsak
Created November 1, 2011 19:32
Show Gist options
  • Save joemsak/1331653 to your computer and use it in GitHub Desktop.
Save joemsak/1331653 to your computer and use it in GitHub Desktop.
#...
ENV["RAILS_ENV"] ||= 'test'
require File.expand_path("../../config/environment", __FILE__)
require 'rspec/rails'
require 'capybara/rspec'
Capybara.javascript_driver = :webkit
#...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment