complete test method with stub class used for serialization

This commit is contained in:
Andy Cross
2014-01-20 16:31:30 +00:00
parent 828b77601c
commit 7cc66aad15
4 changed files with 18 additions and 8 deletions

View File

@@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Octokit
{
public class TestRepositoryHook
{
}
}