Searched refs:commit_author (Results 1 - 4 of 4) sorted by relevance

/ontohub/lib/git_repository/
H A Dget_commit.rb11 def commit_author(commit_oid = nil) method in class:GitRepository
/ontohub/app/models/
H A Dcommit.rb16 data = repository.git.commit_author(commit_oid)
/ontohub/spec/lib/repository/
H A Dfiles_spec.rb27 it { expect(repository.commit_author[:name]).to eq(userinfo[:name]) }
/ontohub/spec/models/
H A Dcommit_spec.rb60 to receive(:commit_author).and_return(author_data)

Completed in 94 milliseconds