Created
August 4, 2012 21:38
-
-
Save davidmfoley/3260110 to your computer and use it in GitHub Desktop.
rake spec on RubyMotion Hello World app
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
$ rake spec | |
Build ./build/iPhoneSimulator-5.1-Development | |
Simulate ./build/iPhoneSimulator-5.1-Development/Hello_spec.app | |
Application 'Hello' | |
- has one window [FAILED] | |
Bacon::Error: 0.==(1) failed | |
spec.rb:553:in `satisfy:': Application 'Hello' - has one window | |
spec.rb:567:in `method_missing:' | |
spec.rb:183:in `block in run_spec_block' | |
4:in `execute_block' | |
spec.rb:183:in `run_spec_block' | |
spec.rb:198:in `run' | |
1 specifications (1 requirements), 1 failures, 0 errors | |
rake aborted! | |
Command failed with status (1): [DYLD_FRAMEWORK_PATH="/Applications/Xcode.a...] | |
Tasks: TOP => simulator | |
(See full trace by running task with --trace) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment