bin/calabash-android-helpers.rb in calabash-android-0.5.2 vs bin/calabash-android-helpers.rb in calabash-android-0.5.3
- old
+ new
@@ -22,23 +22,20 @@
resign <apk>
resigns the app with the currently configured keystore.
build <apk>
builds the test server that will be used when testing the app.
run <apk>
- runs Cucumber in the current folder with the enviroment needed.
+ runs Cucumber in the current folder with the environment needed.
version
prints the gem version
<options> can be
-v, --verbose
Turns on verbose logging
EOF
end
def print_help
- file = File.join(File.dirname(__FILE__), '..', 'doc', 'calabash-android-help.txt')
- #system("less #{file}")
- #TODO
print_usage
end
def is_json?(str)
str[0..0] == '{'