diff options
author | Dave Whiteland <dave@mysociety.org> | 2012-11-11 18:25:31 +0000 |
---|---|---|
committer | Dave Whiteland <dave@mysociety.org> | 2012-11-11 18:25:31 +0000 |
commit | 8bb4435aa3caa5e0ffa9accc60f8f02640dddac0 (patch) | |
tree | b8c38473c940581ebebb3d5e377ecc8f40658d1c /t/app/controller/alert_new.t | |
parent | f7c869a6f00378be9a43d3676b1a03c2df484ea4 (diff) | |
parent | 74c1a09a10d606d9d8850f7fb70b6e578d2c3877 (diff) |
Merge branch 'master' into boilerplate-mm-js
Diffstat (limited to 't/app/controller/alert_new.t')
-rw-r--r-- | t/app/controller/alert_new.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/app/controller/alert_new.t b/t/app/controller/alert_new.t index c89f37028..c849b9485 100644 --- a/t/app/controller/alert_new.t +++ b/t/app/controller/alert_new.t @@ -330,7 +330,7 @@ subtest "Test two-tier council alerts" => sub { feed => $alert->{feed}, } } ); - is $mech->uri->path, $alert->{result}; + is $mech->uri->path, $alert->{result}, 'Redirected to right RSS feed'; } }; |