Class: Avm::Git::SpecHelper::StubbedGitRepository

Inherits:
EacLauncher::Git::Base show all
Defined in:
lib/avm/git/spec_helper.rb

Instance Attribute Summary

Attributes inherited from EacLauncher::Git::Base

#eac_git

Instance Method Summary collapse

Methods inherited from EacLauncher::Git::Base

#current_branch, #descendant?, #fetch, #init_bare, #initialize, #push, #push_all, #raise, #reset_hard, #root_path, #subtree_split

Methods included from EacLauncher::Git::Base::ClassMethods

#by_root, #find_root

Methods included from EacLauncher::Git::Base::Underlying

#command, #execute, #execute!, #init, #system!

Methods included from EacLauncher::Git::Base::Subrepo

#subrepo_remote_url, #subrepo_status

Methods included from EacLauncher::Git::Base::Remotes

#assert_remote_url, #remote, #remote_branch_sha, #remote_exist?, #remote_hashs

Methods included from EacLauncher::Git::Base::DirtyFiles

#dirty?, #dirty_files

Methods inherited from EacLauncher::Paths::Real

#basename, #dirname, #find_file_with_extension, #find_files_with_extension, #initialize, #subpath

Constructor Details

This class inherits a constructor from EacLauncher::Git::Base

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