summaryrefslogtreecommitdiffstats
path: root/DrexTests/DrexTests.h
diff options
context:
space:
mode:
Diffstat (limited to 'DrexTests/DrexTests.h')
-rw-r--r--DrexTests/DrexTests.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/DrexTests/DrexTests.h b/DrexTests/DrexTests.h
new file mode 100644
index 0000000..20ce342
--- /dev/null
+++ b/DrexTests/DrexTests.h
@@ -0,0 +1,13 @@
+//
+// DrexTests.h
+// DrexTests
+//
+// Created by Filipp Lepalaan on 21.7.2011.
+// Copyright 2011 __MyCompanyName__. All rights reserved.
+//
+
+#import <SenTestingKit/SenTestingKit.h>
+
+@interface DrexTests : SenTestCase
+
+@end