Skip to content

Instantly share code, notes, and snippets.

@tyrotinal
Created May 28, 2013 01:06
Show Gist options
  • Save tyrotinal/5659902 to your computer and use it in GitHub Desktop.
Save tyrotinal/5659902 to your computer and use it in GitHub Desktop.
rails initial rails gems rspec scratch
group :test, :development do
gem 'turn' #pretty print
gem 'rspec-rails'
gem 'capybara' #simulates user
gem 'guard-rspec' #running all the time
gem 'growl_notify' #notify mac
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment