Module | Gem::Mirror::TestSetup |
In: |
lib/rubygems/mirror/test_setup.rb
|
Provide assistance for authors of code that utilises Gem::Mirror. The module defines several setup and teardown methods that can be used to provide a new gem source on disk.
mirror_path | [R] | A temporary directory where mirrors might put their data |
mirrorrc | [R] | An rcfile pointing at the source and mirror paths |
mirrorrc_path | [R] | Path to the mock, temporary mirrorrc |
source_gems | [R] | A list of gem names in the source_path |
source_path | [R] | The path in which setup_gem_source will place a RubyGems source index |
ui | [R] | An instance of TestSetup::UI, a mock UI for RubyGems. |