diff options
author | Matthew Somerville <matthew@mysociety.org> | 2013-02-01 16:50:24 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2013-02-04 06:53:31 +0000 |
commit | ee2f7deae13627d484decd2a8c92ec43f9712a44 (patch) | |
tree | de0d88f4357e6ab570e23e7c1a4150a8ed51a2a7 /t/cobrand/closest.t | |
parent | f88024fb4dc9b549bab0abacf207bd7b297652a2 (diff) |
Improve tests running together a bit.
Diffstat (limited to 't/cobrand/closest.t')
-rw-r--r-- | t/cobrand/closest.t | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/t/cobrand/closest.t b/t/cobrand/closest.t index ab97694c9..d06f7e9a0 100644 --- a/t/cobrand/closest.t +++ b/t/cobrand/closest.t @@ -5,6 +5,9 @@ use Test::More; use mySociety::Locale; use FixMyStreet::App; +use FixMyStreet::TestMech; + +my $mech = FixMyStreet::TestMech->new; use_ok 'FixMyStreet::Cobrand'; @@ -81,4 +84,5 @@ SKIP: { } # all done +$mech->delete_user( $user ); done_testing(); |