From a6b1eacd6e4a8c4a9f4851e24a52562b81158366 Mon Sep 17 00:00:00 2001 From: Andy Lester Date: Fri, 13 Apr 2012 12:27:09 -0500 Subject: [PATCH] uninterpolating --- t/has_tag.t | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/t/has_tag.t b/t/has_tag.t index 8af1105..63e85d8 100644 --- a/t/has_tag.t +++ b/t/has_tag.t @@ -55,15 +55,15 @@ test_test( 'Handles finding text in nested table data second tag' ); test_out( 'ok 1 - Page has th tag with "Groups"' ); $mech->has_tag('th', 'Groups'); -test_test( "Handles finding text in nested table header" ); +test_test( 'Handles finding text in nested table header' ); test_out( 'ok 1 - Page has h3 tag with "Show all users and groups"' ); $mech->has_tag('h3', 'Show all users and groups'); -test_test( "Handles finding text in h3 in table" ); +test_test( 'Handles finding text in h3 in table' ); test_out( 'ok 1 - Page has p tag with "Its been said:"' ); $mech->has_tag('p', 'Its been said:'); -test_test( "Checks finding text in sub inline element in p" ); +test_test( 'Checks finding text in sub inline element in p' ); test_out( 'ok 1 - Page has p tag with "Hi"'); $mech->has_tag( 'p', 'Hi' );