Skip to content

Instantly share code, notes, and snippets.

@jsanti
Created May 28, 2009 23:46
Show Gist options
  • Save jsanti/119668 to your computer and use it in GitHub Desktop.
Save jsanti/119668 to your computer and use it in GitHub Desktop.
Current testing stack
config.gem "rspec", :version => '>=1.2.6', :lib => false
config.gem "rspec-rails", :version => '>=1.2.6', :lib => false
config.gem "remarkable_rails", :version => '>=3.1.2', :lib => false
config.gem "rr", :version => '>=0.9'
config.gem "thoughtbot-factory_girl", :version => '>=1.2.1', :lib => "factory_girl", :source => "http://gems.github.com"
config.gem "webrat", :version => ">= 0.4.4"
config.gem "ZenTest", :version => '>=4.0', :lib => false # for autotest
config.gem "autotest-mac", :lib => false
ENV['AUTOFEATURE'] = "true"
ENV['RSPEC'] = "true"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment