summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xSendGrid/Tests/Transport/TestREST.cs18
1 files changed, 18 insertions, 0 deletions
diff --git a/SendGrid/Tests/Transport/TestREST.cs b/SendGrid/Tests/Transport/TestREST.cs
new file mode 100755
index 0000000..747e540
--- /dev/null
+++ b/SendGrid/Tests/Transport/TestREST.cs
@@ -0,0 +1,18 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using NUnit.Framework;
+
+namespace Tests.Transport
+{
+ [TestFixture]
+ class TestREST
+ {
+ [Test]
+ public void Deliver()
+ {
+
+ }
+ }
+}