views:

153

answers:

2

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
+1  A: 

I solved it myself. See my blog post at http://kenmayer.mp/blog/getting-holygrail-to-work-with-rspec-cucumber

Ken Mayer