bin/calabash-ios-helpers.rb in calabash-cucumber-0.9.46 vs bin/calabash-ios-helpers.rb in calabash-cucumber-0.9.47

- old
+ new

@@ -16,11 +16,11 @@ help prints more detailed help information. gen generate a features folder structure. setup (EXPERIMENTAL) [opt path]? - setup your XCode project for calabash-ios) + setup your XCode project for calabash-ios download [opt path]? downloads latest compatible version of calabash.framework check (EXPERIMENTAL) [opt path to .ipa/.app]? check whether an app or ipa is linked with calabash.framework submit [ipapath] [secret] [opt_features path]? @@ -93,10 +93,10 @@ archive_path = "#{Tempfile.new("archive").path}.zip" feature_path = "features" if args.length == 3 msg("Error") do - puts "You can't supply a path to features folder yet." + puts "Not implemented: You can't supply a path to features folder yet." puts "You should cd into your project folder containing your features folder" puts "and then run this command again" end exit 1 end