Skip to content

Commit

Permalink
add .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
johnlui committed Dec 25, 2015
1 parent 5c04a2d commit 5717ae4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.DS_Store
4 changes: 2 additions & 2 deletions PitayaTests/Cancel.swift → PitayaTests/Control.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Cancel.swift
// Control.swift
// Pitaya
//
// Created by 吕文翰 on 15/12/25.
Expand All @@ -9,7 +9,7 @@
import XCTest
import Pitaya

class Cancel: BaseTestCase {
class Control: BaseTestCase {

func testCancel() {
let expectation = expectationWithDescription("testCancel")
Expand Down

0 comments on commit 5717ae4

Please sign in to comment.