Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@yoshiori
Created August 14, 2012 06:40
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 yoshiori/3346958 to your computer and use it in GitHub Desktop.
Save yoshiori/3346958 to your computer and use it in GitHub Desktop.
group :test, :development do
gem 'rspec-rails'
gem 'guard'
gem 'guard-rspec'
gem 'growl', :require => false # for Mac
gem 'libnotify', :require => false # for *nix
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment