Created
July 3, 2014 00:27
-
-
Save topgenorth/620623f9e573e992b079 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18:19 ~/work/xamarin/code/mobile-samples/TaskyPro-Calabash (master) | |
$ calabash-android console ./Tasky.Droid/bin/Release/com.xamarin.samples.taskydroid-Signed.apk | |
2.1.2 :001 > reinstall_apps | |
NameError: undefined local variable or method `reinstall_apps' for main:Object | |
from (irb):1 | |
from /Users/tom/.rvm/rubies/ruby-2.1.2/bin/irb:11:in `<main>' | |
2.1.2 :002 > install_apps | |
NameError: undefined local variable or method `install_apps' for main:Object | |
from (irb):2 | |
from /Users/tom/.rvm/rubies/ruby-2.1.2/bin/irb:11:in `<main>' | |
2.1.2 :003 > start_test_server_in_background | |
NameError: undefined local variable or method `start_test_server_in_background' for main:Object | |
from (irb):3 | |
from /Users/tom/.rvm/rubies/ruby-2.1.2/bin/irb:11:in `<main>' | |
2.1.2 :004 > |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment