Created
May 6, 2011 15:30
-
-
Save johnmcaliley/959161 to your computer and use it in GitHub Desktop.
mongrel config for dev/test
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
#... 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