public
Description: A DRb server for testing frameworks (RSpec / Cucumber currently) that forks before each run to ensure a clean testing state.
Homepage: spork.rubyforge.org
Clone URL: git://github.com/timcharper/spork.git
spork / geminstaller.yml
100644 10 lines (8 sloc) 0.349 kb
1
2
3
4
5
6
7
8
9
10
defaults:
  install_options: "--no-ri --no-rdoc"
gems:
- { name: 'sqlite3-ruby', version: '>= 1.2.5' }
- { name: 'cucumber', version: '>= 0.4.0' }
- { name: 'rspec', version: '>= 1.2.9' }
- { name: 'rspec-rails', version: '>= 1.2.9' }
- { name: 'rails', version: '>= 2.3' }