diff options
author | Matthew Somerville <matthew@mysociety.org> | 2011-06-03 09:55:00 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2011-06-03 09:55:00 +0100 |
commit | b712bbffbd70c06c53a1d185462c3419d65069b5 (patch) | |
tree | cae52f5d943974b6887e24944c11a0a05cbddf5c /t/app/controller/about.t | |
parent | 9ac1bac73d0b12f313d6863832b4b5547fded756 (diff) |
Some text updates from/for locale file.
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: { |