aboutsummaryrefslogtreecommitdiffstats
path: root/Framework/MASShortcutBinderTests.m
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 /Framework/MASShortcutBinderTests.m
parent942bbe849ed245d8b2e9afcb0a61d66b23beaef9 (diff)
downloadMASShortcut-f03fad7b629d3fac525bed5e37d064343fe773cd.tar.bz2
Added Shortcut.h to the tests prefix header to simplify tests.
Diffstat (limited to 'Framework/MASShortcutBinderTests.m')
-rw-r--r--Framework/MASShortcutBinderTests.m2
1 files changed, 0 insertions, 2 deletions
diff --git a/Framework/MASShortcutBinderTests.m b/Framework/MASShortcutBinderTests.m
index 199eb2f..50d093d 100644
--- a/Framework/MASShortcutBinderTests.m
+++ b/Framework/MASShortcutBinderTests.m
@@ -1,5 +1,3 @@
-#import "Shortcut.h"
-
static NSString *const SampleDefaultsKey = @"sampleShortcut";
@interface MASShortcutBinderTests : XCTestCase