Skip to content

Commit

Permalink
Merge pull request #8 from jpsim/move-tests
Browse files Browse the repository at this point in the history
Move tests
  • Loading branch information
scottrhoyt committed Mar 18, 2016
2 parents aeeb34b + 571050a commit 0f7b719
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
6 changes: 3 additions & 3 deletions SwiftyTextTable.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
3B5BDCF51C63133100592068 /* SwiftyTextTableTests.swift */,
);
name = SwiftyTextTableTests;
path = Source/SwiftyTextTableTests;
path = Tests/SwiftyTextTable;
sourceTree = "<group>";
};
3B5BDD031C631E6200592068 /* Supporting Files */ = {
Expand Down Expand Up @@ -387,7 +387,7 @@
isa = XCBuildConfiguration;
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
INFOPLIST_FILE = "Source/SwiftyTextTableTests/Supporting Files/Info.plist";
INFOPLIST_FILE = "Tests/SwiftyTextTable/Supporting Files/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.scotthoyt.SwiftyTextTableTests;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -398,7 +398,7 @@
isa = XCBuildConfiguration;
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
INFOPLIST_FILE = "Source/SwiftyTextTableTests/Supporting Files/Info.plist";
INFOPLIST_FILE = "Tests/SwiftyTextTable/Supporting Files/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.scotthoyt.SwiftyTextTableTests;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,4 @@ class SwiftyTextTableTests: XCTestCase {
"++"
XCTAssertEqual(emptyOutput, emptyExpected)
}

// MARK: - protocol XCTestCaseProvider for SPM
lazy var allTests: [(String, () throws -> Void)] = [
("testRenderDefault", self.testRenderDefault),
("testRenderCustom", self.testRenderCustom),
("testStripping", self.testRenderCustom)
]
}

0 comments on commit 0f7b719

Please sign in to comment.