Created
May 28, 2009 23:46
-
-
Save jsanti/119668 to your computer and use it in GitHub Desktop.
Current testing stack
This file contains 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
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