Can someone provide instructions for setting up rspec with Rails on
Google App Engine?
2010/4/28 Jeff H. [email protected]
Can someone provide instructions for setting up rspec with Rails on
Google App Engine?
rspec-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/rspec-users
I know I’m not answering your question but why would you want rspec to
run
on app engine?
> > rspec-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/rspec-usersI know I’m not answering your question but why would you want rspec to run
on app engine?
Probably a poorly worded question. I’m toying with the idea of moving
a rails app to the Google App Engine. The Google App Engine creates a
skeletal rails app on the dev machine which you can publish to the App
Engine. The skeletal app uses Datamapper, NullDB, and jruby. The
issue I have is that I can’t seem to get rspec to work within this
environment so that I can test the app on the dev machine before
publishing it to the App Engine.