Skip to content

Instantly share code, notes, and snippets.

@nicolasblanco
Created March 25, 2009 10:14
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 nicolasblanco/85407 to your computer and use it in GitHub Desktop.
Save nicolasblanco/85407 to your computer and use it in GitHub Desktop.
ENV['RAILS_ENV'] = ARGV.first || ENV['RAILS_ENV'] || 'development'
require File.expand_path(File.dirname(__FILE__) + "/../../config/environment")
gem "rspec", "=1.1.12"
gem "selenium-client", "=1.2.14"
require "selenium/client"
require "selenium/rspec/spec_helper"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment