Sha256: 7ef3612f982b099f7341082fa686ec30159c06a0e280470a8ddf66b74683e4ff
Contents?: true
Size: 679 Bytes
Versions: 24
Compression:
Stored size: 679 Bytes
Contents
// // // Created by XCFit Framework // Copyright © 2016 XCFit Framework. All rights reserved. // import Foundation import XCTest class ___PACKAGENAMEASIDENTIFIER___: NSObject { class func CucumberishSwiftInit() { //A closure that will be executed just before executing any of your features beforeStart { () -> Void in } //A Given step definition Given("the app is running") { (args, userInfo) -> Void in } //Tell Cucumberish the name of your features folder and let it execute them for you... Cucumberish.executeFeaturesInDirectory("Features", featureTags: nil) } }
Version data entries
24 entries across 17 versions & 1 rubygems