Class: EacGit::Rspec::StubbedGitLocalRepo::StubbedGitRepository
- Defined in:
- lib/eac_git/rspec/stubbed_git_local_repo.rb
Instance Method Summary collapse
Methods inherited from Local
#command, #commit, #descendant?, #merge_base, #rev_parse, #subrepo, #to_s
Instance Method Details
#file(*subpath) ⇒ Object
29 30 31 |
# File 'lib/eac_git/rspec/stubbed_git_local_repo.rb', line 29 def file(*subpath) StubbedGitRepositoryFile.new(self, subpath) end |