Skip to content

Commit

Permalink
putting checks back
Browse files Browse the repository at this point in the history
  • Loading branch information
rafiki270 committed Mar 16, 2018
1 parent e19f7aa commit fbb4d99
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ extension TestableProperty where TestableType: Response {
return element.http.status.code == value.code && element.http.status.reasonPhrase == message
}

// public func has(content value: String) -> Bool {
// return contentString == value
// }
public func has(content value: String) -> Bool {
return contentString == value
}

}

0 comments on commit fbb4d99

Please sign in to comment.