How to Test RubyMotion with any Ruby Test Framework
Waiting for your RubyMotion app to compile before your tests run can be a hinderance to a good TDD cycle, so I decided to come up with a way to test my code using any Ruby test framework without having to compile first.
http://blog.motioninmotion.tv/how-to-test-rubymotion-with-any-ruby-test-framework
Post a comment