Running RSpec on Google App Engine via JRuby

Posted by Carl on Stack Overflow See other posts from Stack Overflow or by Carl
Published on 2010-04-07T20:31:57Z Indexed on 2010/04/07 20:33 UTC
Read the original article Hit count: 432

Filed under:
|
|
|

I'm trying to write some tests (RSpec) against the AppEngine and its datastore. I've tried to load the environment and tests via:

appcfg.rb run -S spec app/tests/

And I end up with the following error:

spec:19: undefined method `bin_path' for Gem:Module (NoMethodError)

I can run non-appengine specs just fine by running:

spec app/tests/

Any suggestions on how to get RSpec up and running with JRuby and Google App Engine would be greatly appreciated. Thank you.

© Stack Overflow or respective owner

Related posts about jruby

Related posts about google-app-engine