From 38b229ec6d315a04652dff304077a3f1d42e2cba Mon Sep 17 00:00:00 2001 From: Khoa Date: Thu, 22 Aug 2019 10:17:26 +0200 Subject: [PATCH] Delete pumaTests.swift --- Tests/PumaTests/pumaTests.swift | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 Tests/PumaTests/pumaTests.swift diff --git a/Tests/PumaTests/pumaTests.swift b/Tests/PumaTests/pumaTests.swift deleted file mode 100644 index 177a8fe..0000000 --- a/Tests/PumaTests/pumaTests.swift +++ /dev/null @@ -1,15 +0,0 @@ -import XCTest -@testable import Puma - -final class PumaTests: XCTestCase { - func testExample() { - // This is an example of a functional test case. - // Use XCTAssert and related functions to verify your tests produce the correct - // results. - XCTAssertEqual(1 + 1, 2) - } - - static var allTests = [ - ("testExample", testExample), - ] -}