Fileable.swift/Tests/FileKitTests/XCTest.swift

8 lines
95 B
Swift

import XCTest
class FileKitTests: XCTestCase {
func testRunSpec() {
testFileKit()
}
}