Skip to content

Instantly share code, notes, and snippets.

@jstewart
Created June 13, 2010 21:32
Show Gist options
  • Save jstewart/437023 to your computer and use it in GitHub Desktop.
Save jstewart/437023 to your computer and use it in GitHub Desktop.
group :test do
gem 'rspec', '2.0.0.beta.11'
gem 'rspec-rails', '2.0.0.beta.11'
gem 'factory_girl',
:git => 'git://github.com/danielb2/factory_girl.git',
:branch => 'rails3'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment