summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTyler Bischel <tyler.bischel@sendgrid.com>2012-01-11 13:04:34 -0800
committerTyler Bischel <tyler.bischel@sendgrid.com>2012-01-11 13:04:34 -0800
commitbc1cae41ed4903bcaa4ae76f53a4289863d6daff (patch)
tree8d9098a67e3e5e29d43349e31be9289b4f4da78d
parent781fbeea473f0c6dda93c1b88674ca5bae72266b (diff)
downloadsendgrid-csharp-bc1cae41ed4903bcaa4ae76f53a4289863d6daff.zip
sendgrid-csharp-bc1cae41ed4903bcaa4ae76f53a4289863d6daff.tar.gz
sendgrid-csharp-bc1cae41ed4903bcaa4ae76f53a4289863d6daff.tar.bz2
removed bogus unit test used to demonstrate moq
-rwxr-xr-xSendGrid/Tests/TestHeader.cs7
1 files changed, 1 insertions, 6 deletions
diff --git a/SendGrid/Tests/TestHeader.cs b/SendGrid/Tests/TestHeader.cs
index e4a0814..0175b38 100755
--- a/SendGrid/Tests/TestHeader.cs
+++ b/SendGrid/Tests/TestHeader.cs
@@ -14,12 +14,7 @@ namespace Tests
[Test]
public void TestAddTo()
{
- var foo = new Mock<IHeader>();
- foo.Setup(m => m.Enable("foo"));
-
- var bar = new SendGrid(foo.Object);
- Assert.AreEqual(1, 2, "I suck");
-
+
}
}
}