Added unit tests

This commit is contained in:
Henrik Andersson
2014-06-15 08:34:39 +10:00
parent fd66ea5472
commit 7f9429b8e9
6 changed files with 142 additions and 9 deletions
@@ -28,7 +28,7 @@ namespace Octokit
/// </remarks>
/// <param name="owner">The owner of the repository.</param>
/// <param name="name">The name of the repository.</param>
Task<IReadOnlyList<DeployKey>> GetForRepository(string owner, string name);
Task<IReadOnlyList<DeployKey>> GetAll(string owner, string name);
/// <summary>
/// Creates a new deploy key for a repository.