Skip to content

Instantly share code, notes, and snippets.

@gorsuch
Created February 2, 2011 03:01
Show Gist options
  • Save gorsuch/807180 to your computer and use it in GitHub Desktop.
Save gorsuch/807180 to your computer and use it in GitHub Desktop.
Prepping Rails for RSpec and Cucumber
group :development, :test do
gem "rspec-rails", ">= 2.0.0"
gem "cucumber-rails", ">= 0.3.2"
gem "webrat", ">= 0.7.2"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment