-
-
Notifications
You must be signed in to change notification settings - Fork 899
Description
Thank you for awesome framework we use it daily!
Would it be possible to fix Swift 2.2 warnings showing in Xcode7.3. We could generally ignore them, but our travis-ci.com log gets overwhelmed with those warnings and does not have space left to show test failures:
This log is too long to be displayed. Please reduce the verbosity of your build or download the raw log.
public func itBehavesLike(name: String, flags: FilterFlags = [:], file: String = FILE, line: UInt = LINE, sharedExampleContext: SharedExampleContext) {
^~~~~~~~
public func xit(description: String, flags: FilterFlags = [:], file: String = FILE, line: UInt = LINE, closure: () -> ()) {
^~~~~~~~
public func xit(description: String, flags: FilterFlags = [:], file: String = FILE, line: UInt = LINE, closure: () -> ()) {
^~~~~~~~