Skip to content

Instantly share code, notes, and snippets.

@aaronjensen
Created February 4, 2011 18:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save aaronjensen/811489 to your computer and use it in GitHub Desktop.
Save aaronjensen/811489 to your computer and use it in GitHub Desktop.
group :development, :test do
# gem 'webrat'
gem 'autotest-rails'
gem 'autotest-growl'
gem "rspec-core", :git => "git://github.com/rspec/rspec-core.git"
gem "rspec-rails", '~> 2.4.1'
gem 'rr'
gem "spork", :git => "git://github.com/timcharper/spork.git"
gem "guard-spork"
gem "rb-fsevent"
gem 'sqlite3'
gem 'factory_girl_rails'
gem 'growl'
gem 'query_trace', :git => "git://github.com/aaronjensen/query_trace.git"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment