Add unit tests for git repository functions
Review Request #7053 — Created March 12, 2015 and submitted — Latest diff uploaded
Currently rb-gateway has no automated tests. This adds automated tests that checks against all functions in git_repository.go.
Made sure that all tests pass when running
go test
.