Created
May 28, 2013 01:06
-
-
Save tyrotinal/5659902 to your computer and use it in GitHub Desktop.
rails initial rails gems rspec scratch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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