Skip to content

Instantly share code, notes, and snippets.

@remear
Created November 7, 2010 02:23
Show Gist options
  • Save remear/665913 to your computer and use it in GitHub Desktop.
Save remear/665913 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'
gem 'cucumber-rails'
gem 'capybara'
gem 'cover_me', '>= 1.0.0.rc2', :group => :test
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment