I've got a spec that includesexpect(jig.webXhr.status).toBe(200);
expect(jig.webXhr.getResponseHeader("Content-Type")).toBe("text/html");
expect(jig.webResponse).toMatch(/<title>Zap Photoshare/);
Is there a way to specify that, if the first expect() fails, no other expects in this spec should be run?--
You received this message because you are subscribed to the Google Groups "Jasmine" group.
To view this discussion on the web visit https://groups.google.com/d/msg/jasmine-js/-/Bt7vh8Zd_4IJ.
To post to this group, send email to jasmi...@googlegroups.com.
To unsubscribe from this group, send email to jasmine-js+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/jasmine-js?hl=en.