diff options
author | Matthew Somerville <matthew@mysociety.org> | 2011-06-10 00:13:33 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2011-06-10 00:13:33 +0100 |
commit | 7513161747fb9bd48eb67cc7a43e711e2a1b45a1 (patch) | |
tree | 392e384547b6ac5e80808022e9bc4f48ff893a7a /t/app/controller/about.t | |
parent | 7e844f25b99b1b2b76526a0490b5b9dea00b71df (diff) |
Simple cron wrapper to run in correct environment.
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 84eab005a..a5fb215d3 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}); $mech->content_contains('html lang="en-gb"'); SKIP: { |