Created
February 20, 2017 17:53
-
-
Save gtranchedone/7ec23cff5d18b6f58a74819b14f1470c to your computer and use it in GitHub Desktop.
Testing Server Side Swift Apps - PostsControllerTests (Basic)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import XCTest | |
@testable import App | |
class PostsControllerTests: XCTestCase { | |
func testExample() { | |
XCTAssertTrue(true) | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment