Skip to content

Instantly share code, notes, and snippets.

@avit
Created June 10, 2010 04:31
Show Gist options
  • Save avit/432556 to your computer and use it in GitHub Desktop.
Save avit/432556 to your computer and use it in GitHub Desktop.
gem 'ruby-debug', :group => [:test, :cucumber, :development]
gem 'email_spec', :group => [:test, :cucumber], :require => 'email_spec'
group :test do
gem 'rspec-rails', '>= 1.3.2'
end
group :cucumber do
gem 'cucumber-rails', '>=0.3.1'
gem 'database_cleaner', '>=0.5.0'
gem 'capybara', '>=0.3.5'
gem 'launchy', '~> 0.3'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment