[jifty-devel] I'm designing a DSL for jifty's web testing...

Jesse Vincent jesse at fsck.com
Wed Jan 17 01:53:54 EST 2007


       check { content matches qr{fsck.com} };
       content should match qr{fsck.com};
       ok($mech->content =~ qr{fsck.com});
       content matches qr{fsck.com};
       content should_match qr{fsck.com};
       check { content =~ qr{fsck.com} };
       check: content =~ qr{fsck.com};
       check( content =~ qr{fsck.com} );

 any of those better than any others?

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: OpenPGP digital signature
Url : http://lists.bestpractical.com/pipermail/jifty-devel/attachments/20070117/30178ac4/signature.pgp


More information about the jifty-devel mailing list