diff options
author | Struan Donald <struan@exo.org.uk> | 2011-06-03 14:28:46 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2011-06-03 14:28:46 +0100 |
commit | b8e2d75cc1c74584dfdf8571c241dab7182c4543 (patch) | |
tree | 3fdfa0d55b8c33d75b1f63ac7b80112f07941254 /t/app/controller/about.t | |
parent | a90bb442e432e97b0714cf3ce645b0c5c50765fe (diff) | |
parent | 7b405637a1ac3436cf90acc7d5ad46f1b80c8250 (diff) |
Merge branch 'migrate_to_catalyst' of ssh://git.mysociety.org/data/git/public/fixmystreet into migrate_to_catalyst
Diffstat (limited to 't/app/controller/about.t')
-rw-r--r-- | t/app/controller/about.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/app/controller/about.t b/t/app/controller/about.t index e1a1641fd..84eab005a 100644 --- a/t/app/controller/about.t +++ b/t/app/controller/about.t @@ -8,7 +8,7 @@ ok( my $mech = Test::WWW::Mechanize::Catalyst->new, 'Created mech object' ); # check that we can get the page $mech->get_ok('/about'); -$mech->content_like(qr{About Us ::\s+FixMyStreet.com}); +$mech->content_like(qr{About us ::\s+FixMyStreet.com}); $mech->content_contains('html lang="en-gb"'); SKIP: { |