Skip to content

Instantly share code, notes, and snippets.

@huangzhichong
Created July 17, 2012 06:05
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 huangzhichong/3127509 to your computer and use it in GitHub Desktop.
Save huangzhichong/3127509 to your computer and use it in GitHub Desktop.
Gemfile for my Selenium-Rspec automation framework
source 'http://rubygems.org'
#gem 'activerecord'
# Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'
gem 'rspec'
gem 'selenium-webdriver'
#gem 'deprecated', '2.0.1'
gem 'tiny_tds', '0.4.5'
gem 'activerecord-sqlserver-adapter','3.1.0.0'
gem 'tzinfo'
gem 'uuidtools','2.1.2'
gem 'pdf-reader'
# To use debugger
#gem 'ruby-debug19', :require => 'ruby-debug'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment