Skip to content

Instantly share code, notes, and snippets.

View h6y3's full-sized avatar

Han Yuan h6y3

View GitHub Profile
@h6y3
h6y3 / Gemfile
Created October 9, 2012 13:37 — forked from simeonwillbanks/Gemfile
rails 3, rspec-rails, capybara, capybara-webkit, headless in order to run request specs that can test javascript
source 'https://rubygems.org'
gem 'rails', '3.2.0'
# Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'
gem 'sqlite3'