Skip to content

Instantly share code, notes, and snippets.

@keeran
Created September 27, 2010 10:44
Show Gist options
  • Select an option

  • Save keeran/598847 to your computer and use it in GitHub Desktop.

Select an option

Save keeran/598847 to your computer and use it in GitHub Desktop.
group :test, :cucumber do
gem 'capybara', :git => 'git://github.com/keeran/capybara.git'
gem 'selenium-webdriver', '0.0.27'
gem 'database_cleaner'
gem 'cucumber-rails'
gem 'cucumber'
gem 'rspec'
gem 'rspec-rails', ">= 2.0.0.beta.17"
gem 'spork'
gem 'launchy'
gem 'email_spec'
gem 'machinist', :git => 'git://github.com/notahat/machinist.git', :tag => 'v1.0.6'
gem 'faker', '1.0', :git => 'git://github.com/stympy/faker.git'
gem 'postmark-rails', '0.2.0'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment