Skip to content

Instantly share code, notes, and snippets.

@johnmcaliley
Created May 6, 2011 15:30
Show Gist options
  • Save johnmcaliley/959161 to your computer and use it in GitHub Desktop.
Save johnmcaliley/959161 to your computer and use it in GitHub Desktop.
mongrel config for dev/test
#... other gems up here
group :development do
gem "mongrel", "1.2.0.pre2"
end
group :test do
gem 'cucumber'
gem 'cucumber-rails'
gem 'capybara'
gem 'database_cleaner'
gem 'launchy'
gem "autotest-rails"
gem "autotest-notification"
gem "rspec"
gem "rspec-rails"
gem "spork"
gem "launchy"
gem "systemu"
gem "mongrel", "1.2.0.pre2"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment