Class: EacGit::Rspec::StubbedGitLocalRepo::StubbedGitRepository

Inherits:
Local
  • Object
show all
Defined in:
lib/eac_git/rspec/stubbed_git_local_repo.rb

Instance Method Summary collapse

Methods inherited from Local

#command, #commit, #descendant?, #merge_base, #raise_error, #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