Skip to content

Instantly share code, notes, and snippets.

@seth-macpherson
Created November 26, 2012 22:24
Show Gist options
  • Save seth-macpherson/4151056 to your computer and use it in GitHub Desktop.
Save seth-macpherson/4151056 to your computer and use it in GitHub Desktop.
Sample Gemfile with Selenium
group :test do
gem 'turn'
gem 'minitest'
gem 'factory_girl_rails', '4.0.0'
gem 'factory_girl', '4.0.0'
gem 'launchy'
gem 'simplecov', :require => false
gem 'capybara', '1.1.2'
gem 'selenium-client', '1.2.18'
gem 'selenium-webdriver', '2.25.0'
gem 'database_cleaner'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment