Skip to content

Instantly share code, notes, and snippets.

@remear
Created November 18, 2010 04:27
Show Gist options
  • Save remear/704627 to your computer and use it in GitHub Desktop.
Save remear/704627 to your computer and use it in GitHub Desktop.
group :test do
gem 'test-unit'
gem 'rspec', '2.0.1'
gem "rspec-rails", "2.0.1"
gem 'cucumber', '0.9.2'
gem 'cucumber-rails', '0.3.2'
gem 'capybara', '0.3.9'
gem "escape_utils"
gem 'database_cleaner'
gem 'factory_girl'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment