Skip to content

Instantly share code, notes, and snippets.

@andrew-markham
andrew-markham / Gemfile
Created January 9, 2012 06:48 — forked from RSpace/Gemfile
Running Capybara and RSpec without Rails
source 'http://rubygems.org'
gem 'rspec'
gem 'capybara', :git => 'https://github.com/jnicklas/capybara.git'
gem 'launchy'
gem 'ruby-debug19'