bin/calabash-ios in calabash-cucumber-0.9.23 vs bin/calabash-ios in calabash-cucumber-0.9.24
- old
+ new
@@ -31,9 +31,12 @@
calabash_setup(ARGV)
exit 0
elsif cmd == 'check'
validate_setup(ARGV)
exit 0
+elsif cmd == 'submit'
+ calabash_submit(ARGV)
+ exit 0
elsif cmd == 'sim'
if ARGV.length == 0
print_usage
exit 0
end