[rspec-users] Integration testing without cucumber
drewB
dbatshaw at gmail.com
Mon Mar 1 15:32:35 EST 2010
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!
More information about the rspec-users
mailing list