Has anyone managed to get HolyGrail (http://github.com/mynyml/holygrail) to work with RSpec. It is currently TestCase centric, but I was hoping for an easy way to extend into RSpec/Rails
A:
You can directly use Harmony within your Rspec test cases, which is what I deferred to.
If you're using Capybara for your integration tests (as opposed to webrat), there is a driver that hooks directly into Envjs http://github.com/smparkes/capybara-envjs that is getting there, albeit pretty alpha still.
rbxbx
2010-04-02 13:32:20
+1
A:
I solved it myself. See my blog post at http://kenmayer.mp/blog/getting-holygrail-to-work-with-rspec-cucumber
Ken Mayer
2010-04-03 11:05:50