public
Description: Resources for rspec developers/contributors
Homepage: http://rspec.info/
Clone URL: git://github.com/dchelimsky/rspec-dev.git
dchelimsky (author)
Wed Jun 24 21:40:33 -0700 2009
commit  47c5e525a28057683fa869d650933806cfa352b3
tree    90daf0ddfe7ed15f3f19214efef20046b503d019
parent  e9c6b4ae555ddda67f4ba70acea21aed0a2d1158
rspec-dev / repos.yml.sample
100644 23 lines (20 sloc) 0.791 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Committers/forkers should change the url values to point to repos that you
# can push to.
 
:repos:
  - :name: rspec-dev
    :path: example_rails_app/vendor/plugins/rspec-dev
    :url : git://github.com/dchelimsky/rspec-dev.git
  - :name: rspec
    :path: example_rails_app/vendor/plugins/rspec
    :url : git://github.com/dchelimsky/rspec.git
  - :name: rspec-rails
    :path: example_rails_app/vendor/plugins/rspec-rails
    :url : git://github.com/dchelimsky/rspec-rails.git
  - :name: rails
    :path: example_rails_app/vendor/rails
    :url : git://github.com/rails/rails.git
 
    # You can safely remove this one if you're not planning to work
    # on the TextMate bundle.
  - :name: rspec-tmbundle
    :path: RSpec.tmbundle
    :url : git://github.com/dchelimsky/rspec-tmbundle.git