aboutsummaryrefslogtreecommitdiffstats
path: root/Tests
diff options
context:
space:
mode:
authorTomáš Znamenáček2014-08-07 10:59:47 +0200
committerTomáš Znamenáček2015-01-07 15:42:21 +0100
commitf03fad7b629d3fac525bed5e37d064343fe773cd (patch)
treefe225dad356887c120df97997ab88aadd5527e58 /Tests
parent942bbe849ed245d8b2e9afcb0a61d66b23beaef9 (diff)
downloadMASShortcut-f03fad7b629d3fac525bed5e37d064343fe773cd.tar.bz2
Added Shortcut.h to the tests prefix header to simplify tests.
Diffstat (limited to 'Tests')
-rw-r--r--Tests/Prefix.pch1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/Prefix.pch b/Tests/Prefix.pch
index ce88bd0..f3bf22d 100644
--- a/Tests/Prefix.pch
+++ b/Tests/Prefix.pch
@@ -1,4 +1,5 @@
#ifdef __OBJC__
#import <Cocoa/Cocoa.h>
#import <XCTest/XCTest.h>
+ #import "Shortcut.h"
#endif