Skip to content

Instantly share code, notes, and snippets.

@subdigital
Forked from aaronjensen/gist:811489
Created February 4, 2011 18:15
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 subdigital/811492 to your computer and use it in GitHub Desktop.
Save subdigital/811492 to your computer and use it in GitHub Desktop.
group :development, :test do
gem 'capybara'
gem 'rspec'
gem 'rspec-rails'
gem 'autotest'
gem 'autotest-rails'
gem 'cucumber'
gem 'cucumber-rails'
gem 'database_cleaner'
gem 'pickler'
gem 'launchy'
gem 'sunspot_matchers'
gem 'spork'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment