coulda icon indicating copy to clipboard operation
coulda copied to clipboard

rspec integration test with coulda

Open speedmax opened this issue 15 years ago • 2 comments

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

speedmax avatar Feb 24 '10 08:02 speedmax

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.

elight avatar Feb 24 '10 17:02 elight

Take a look at the code. The implementation is intentionally tiny. It's possible that RSpec integration may be relatively simple.

elight avatar Feb 24 '10 17:02 elight