Skip to content

Instantly share code, notes, and snippets.

@gtranchedone
Created February 20, 2017 17:53
Show Gist options
  • Save gtranchedone/7ec23cff5d18b6f58a74819b14f1470c to your computer and use it in GitHub Desktop.
Save gtranchedone/7ec23cff5d18b6f58a74819b14f1470c to your computer and use it in GitHub Desktop.
Testing Server Side Swift Apps - PostsControllerTests (Basic)
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