Running tests in RubyMotion Android project?
Has anyone had any luck running tests in a RubyMotion Android project?
When I run "rake spec:device", the tests run fine but RubyMine does not understand the test output and says "Test framework quit unexpectedly".
请先登录再写评论。
Could you please attach the screenshot of the Test Tool window to see exactly command which is running and idea.log (Help| Show Log in Finder).
Log:
2015-05-27 13:51:19,527 [75226187] INFO - s.ruby.ruby.run.AbstractRunner - Executing non-rvm sdk on system with rvm installed thus GEM_PATH and GEM_HOME will be unset
2015-05-27 13:51:19,530 [75226190] INFO - .ruby.ruby.run.RubyCommandLine - Executing [/Users/erik/.rbenv/versions/2.2.2/bin/ruby -e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift) /Users/erik/.rbenv/versions/2.2.2/bin/rake spec:device], working dir =[/Users/erik/Development/github/XXXXXXX/XXXXXXXXl/android]
Message was edited by: Erik Hanson
Attachment(s):
screen shot.jpg
Thanks for the answer. Looks like a bug:( Could you please attach all idea.log to make sure that we have the same environment?
Is there some way for me to privately send you the log so it's not out on the internet? If not, I can scrub the log a bit
Erik, I was able to reproduce the problem, please vote for: https://youtrack.jetbrains.com/issue/RUBY-16777. See http://intellij-support.jetbrains.com/entries/23368682 if you are not familiar with YouTrack.