added new intergration tests

This commit is contained in:
aedampir@gmail.com
2016-06-10 17:31:27 +07:00
parent 9654f66056
commit 0051b18552
2 changed files with 196 additions and 3 deletions
@@ -29,6 +29,8 @@ namespace Octokit.Tests.Integration.fixtures
public string RepositoryName { get { return _repository.Name; } }
public int RepositoryId { get { return _repository.Id; } }
public RepositoryHook ExpectedHook { get { return _hook; } }
public IList<RepositoryHook> ExpectedHooks { get { return _hooks; } }