bin/calabash-ios-helpers.rb in calabash-cucumber-0.10.0.pre5 vs bin/calabash-ios-helpers.rb in calabash-cucumber-0.10.0.pre8
- old
+ new
@@ -76,9 +76,11 @@
def is_json?(str)
str[0..0] == '{'
end
+# @!visibility private
+# @deprecated Replaced with test-cloud gem
def calabash_submit(args)
if args.size < 2
msg("Error") do
puts "You must supply at path to ipa and secret."
end