fixing some formating problems on test

This commit is contained in:
Jeff Potter 2015-04-10 13:52:17 -06:00
parent 0bc6e7a50a
commit 4dee25a5f5
1 changed files with 0 additions and 6 deletions

View File

@ -20,7 +20,6 @@ class ValidatorTests: XCTestCase {
let VALID_EMAIL = "jiggy@gmail.com"
let INVALID_EMAIL = "This is not a valid email"
let CONFIRM_TXT_FIELD = UITextField()
let CONFIRM_TEXT = "Confirm this!"
let CONFIRM_TEXT_DIFF = "I am not the same as the string above"
@ -145,9 +144,4 @@ class ValidatorTests: XCTestCase {
XCTAssertFalse(FullNameRule().validate("Carl"), "Full Name should be invalid")
}
func testExample() {
// This is an example of a functional test case.
XCTAssert(true, "Pass")
}
}