Skip to content

Instantly share code, notes, and snippets.

@Aissac
Created April 10, 2009 13:26
Show Gist options
  • Save Aissac/93082 to your computer and use it in GitHub Desktop.
Save Aissac/93082 to your computer and use it in GitHub Desktop.
config.gem "rspec", :lib => false, :version => ">= 1.2.0"
config.gem "rspec-rails", :lib => false, :version => ">= 1.2.0"
config.gem "cucumber", :lib => false, :version => ">= 0.2.3"
config.gem "thoughtbot-factory_girl", :lib => "factory_girl", :source => "http://gems.github.com"
config.gem "webrat", :lib => false, :version => ">= 0.4.3"
config.gem "nokogiri", :lib => false, :version => ">= 1.2.3"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment