From 5717ae43985e850879a11922787e4310262c2e39 Mon Sep 17 00:00:00 2001 From: JohnLui Date: Fri, 25 Dec 2015 18:00:03 +0800 Subject: [PATCH] add .gitignore --- .gitignore | 1 + PitayaTests/{Cancel.swift => Control.swift} | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 .gitignore rename PitayaTests/{Cancel.swift => Control.swift} (94%) diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..496ee2c --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.DS_Store \ No newline at end of file diff --git a/PitayaTests/Cancel.swift b/PitayaTests/Control.swift similarity index 94% rename from PitayaTests/Cancel.swift rename to PitayaTests/Control.swift index 1d97e55..b33bc48 100644 --- a/PitayaTests/Cancel.swift +++ b/PitayaTests/Control.swift @@ -1,5 +1,5 @@ // -// Cancel.swift +// Control.swift // Pitaya // // Created by 吕文翰 on 15/12/25. @@ -9,7 +9,7 @@ import XCTest import Pitaya -class Cancel: BaseTestCase { +class Control: BaseTestCase { func testCancel() { let expectation = expectationWithDescription("testCancel")