aboutsummaryrefslogtreecommitdiffstats
path: root/t/app
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2012-08-15 15:05:01 +0100
committerMatthew Somerville <matthew@mysociety.org>2012-08-17 10:35:26 +0100
commit05dc0a859235e3ee323749317c07ef89d28e2eb8 (patch)
tree4e9551980bca3fbfc255585293b5f65d2a47e234 /t/app
parentf12d36346dcfc4c2718fc90bf2d28e3b11591171 (diff)
Move site_name/site_title into templates where they belong.
Diffstat (limited to 't/app')
-rw-r--r--t/app/controller/auth.t2
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