[rspec-users] Integration testing without cucumber
Wincent Colaiuta
win at wincent.com
Mon Mar 1 16:54:02 EST 2010
El 01/03/2010, a las 21:32, drewB escribió:
> I need to create some integration tests without cucumber. Can anyone
> point me in the right direction for how to do that in rails? I tried
> creating specs under 'spec/integration/' but no matchers are being
> included. I also tried rspec_integration plugin (http://github.com/
> tricycle/rspec-integration) but that only defines a few matchers and
> response.should be_success doesn't work properly.
>
> Any help you can provide would be much appreciated!
You could try Steak:
http://github.com/cavalle/steak
Cheers,
Wincent
More information about the rspec-users
mailing list