Skip to content

Instantly share code, notes, and snippets.

@joemsak
Created November 1, 2011 19:25
Show Gist options
  • Save joemsak/1331627 to your computer and use it in GitHub Desktop.
Save joemsak/1331627 to your computer and use it in GitHub Desktop.
Gems for testing capybara/rspec
group :development, :test do
gem 'rspec-rails', '~> 2.7.0'
gem 'capybara-webkit', '~> 0.7.2'
gem 'database_cleaner', '~> 0.6.7'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment