From f03fad7b629d3fac525bed5e37d064343fe773cd Mon Sep 17 00:00:00 2001 From: Tomáš Znamenáček Date: Thu, 7 Aug 2014 10:59:47 +0200 Subject: Added Shortcut.h to the tests prefix header to simplify tests. --- Framework/MASDictionaryTransformerTests.m | 2 -- Framework/MASShortcutBinderTests.m | 2 -- Framework/MASShortcutTests.m | 2 -- Tests/Prefix.pch | 1 + 4 files changed, 1 insertion(+), 6 deletions(-) diff --git a/Framework/MASDictionaryTransformerTests.m b/Framework/MASDictionaryTransformerTests.m index 78dfa25..bd5c1db 100644 --- a/Framework/MASDictionaryTransformerTests.m +++ b/Framework/MASDictionaryTransformerTests.m @@ -1,5 +1,3 @@ -#import "Shortcut.h" - @interface MASDictionaryTransformerTests : XCTestCase @end 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 diff --git a/Framework/MASShortcutTests.m b/Framework/MASShortcutTests.m index d1cd8c4..28eab56 100644 --- a/Framework/MASShortcutTests.m +++ b/Framework/MASShortcutTests.m @@ -1,5 +1,3 @@ -#import "MASShortcut.h" - @interface MASShortcutTests : XCTestCase @end 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 #import + #import "Shortcut.h" #endif -- cgit v1.2.3