I wanted to try using mocha to write unit tests with mocks. After requiring
"rubygems" a NoMethodError exception was thrown when attempting to run the
tests. The method which wasn't found was 'run'.

If I remove the call to require "rubygems" my test fails because I can't use
mocha but the NoMethodError exception which was thrown is not thrown
anymore.

Am I missing something?

Thanks,
Gabriel Ayuso
_______________________________________________
MacRuby-devel mailing list
MacRuby-devel@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

Reply via email to