Skip to content

Instantly share code, notes, and snippets.

@ckenst
Created May 31, 2015 22:30
Show Gist options
  • Save ckenst/84e8569df841e317c6e0 to your computer and use it in GitHub Desktop.
Save ckenst/84e8569df841e317c6e0 to your computer and use it in GitHub Desktop.
Gemfile example
#filename: Gemfile example
source 'https://rubygems.org'
gem 'rspec', '~> 2.14.0'
gem 'selenium-webdriver'
gem 'sauce_whisk'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment