Added integrationtests for the hooks and forks api.

Cleaned up the developed code to match some of the newer conventions.
This commit is contained in:
Kristian Hald
2015-03-22 22:21:17 +01:00
parent 9ab0e33bdc
commit 8f3827ee9b
28 changed files with 438 additions and 119 deletions
@@ -0,0 +1,9 @@
using Xunit;
namespace Octokit.Tests.Integration.fixtures
{
[CollectionDefinition("Repositories Hooks Collection")]
public class RepositoriesHooksCollection : ICollectionFixture<RepositoriesHooksFixture>
{
}
}