public
Description: Resources for rspec developers/contributors
Homepage: http://rspec.info/
Clone URL: git://github.com/dchelimsky/rspec-dev.git
dchelimsky (author)
Mon Oct 05 22:27:31 -0700 2009
commit  086cd7c64db47b4f6638d34da63f83b564d46311
tree    f3314e117cbe5784a5302e080e15fa4b37eff797
parent  61ba570ca011a86b67b3635561b6cbb5183e338b
rspec-dev / repos.yml.sample
100644 23 lines (20 sloc) 0.75 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: .
    :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