coulda
coulda copied to clipboard
rspec integration test with coulda
Is it possible to use coulda + webrat +rspec2 with rails3..
Since there is a long way for cucumber to support rails3 yet, coulda as being cucumber-lite will be perfect for our internal projects
Coulda is internally built around Test::Unit::TestCase and it's subclasses. However, you are entirely welcome to submit a patch to add rspec support. I'm completely open to that.
Take a look at the code. The implementation is intentionally tiny. It's possible that RSpec integration may be relatively simple.