Red Tests were fixed

Unused 'using' directive were removed.
This commit is contained in:
aedampir@gmail.com
2016-04-06 14:39:41 +07:00
parent 3f8f782273
commit d0c8e82453
52 changed files with 341 additions and 71 deletions
@@ -1,10 +1,6 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using NSubstitute;
using NSubstitute.Core;
using Octokit.Reactive;
using Xunit;
@@ -12,7 +8,7 @@ namespace Octokit.Tests.Reactive
{
public class ObservableRepositoryDeployKeysClientTests
{
public class TheConstructor
public class TheCtor
{
[Fact]
public void ThrowsForBadArgs()