about summary refs log tree commit diff
path: root/IrcStates/Tests/Cap.cs
diff options
context:
space:
mode:
Diffstat (limited to 'IrcStates/Tests/Cap.cs')
-rw-r--r--IrcStates/Tests/Cap.cs9
1 files changed, 9 insertions, 0 deletions
diff --git a/IrcStates/Tests/Cap.cs b/IrcStates/Tests/Cap.cs
new file mode 100644
index 0000000..dcd0e50
--- /dev/null
+++ b/IrcStates/Tests/Cap.cs
@@ -0,0 +1,9 @@
+using Microsoft.VisualStudio.TestTools.UnitTesting;
+
+namespace IrcStates.Tests
+{
+    [TestClass]
+    public class Cap
+    {
+    }
+}