diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2012-08-15 15:05:01 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-08-17 10:35:26 +0100 |
commit | 05dc0a859235e3ee323749317c07ef89d28e2eb8 (patch) | |
tree | 4e9551980bca3fbfc255585293b5f65d2a47e234 /t/app/controller | |
parent | f12d36346dcfc4c2718fc90bf2d28e3b11591171 (diff) |
Move site_name/site_title into templates where they belong.
Diffstat (limited to 't/app/controller')
-rw-r--r-- | t/app/controller/auth.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/app/controller/auth.t b/t/app/controller/auth.t index 5c6a4ef09..67466e959 100644 --- a/t/app/controller/auth.t +++ b/t/app/controller/auth.t @@ -43,7 +43,7 @@ for my $test ( "try to create an account with email '$email'" ); is $mech->uri->path, '/auth', "still on auth page"; - is_deeply $mech->page_errors, [ $error_message ], 'no errors initially'; + is_deeply $mech->page_errors, [ $error_message ], 'errors match'; } # create a new account |