Class: Avm::Git::SpecHelper::StubbedGitRepository
- Inherits:
-
EacLauncher::Git::Base
- Object
- EacLauncher::Git::Base
- Avm::Git::SpecHelper::StubbedGitRepository
- Defined in:
- lib/avm/git/spec_helper.rb
Instance Method Summary collapse
Instance Method Details
#file(*subpath) ⇒ Object
26 27 28 |
# File 'lib/avm/git/spec_helper.rb', line 26 def file(*subpath) StubbedGitRepositoryFile.new(self, subpath) end |