aboutsummaryrefslogtreecommitdiffstats
path: root/perllib
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2017-03-21 17:23:07 +0000
committerMatthew Somerville <matthew-github@dracos.co.uk>2017-03-23 18:48:55 +0000
commit8bdf783d5d18dde25b4d2f8309a42c6096cf09d3 (patch)
treed725016fcc8429c55b3c0266bb23ac8d56b4a243 /perllib
parent02fcb1606bc2b739fdc798e5ca06f2ed1b6bf6ea (diff)
Always include MapIt mock handler in all tests.
Diffstat (limited to 'perllib')
-rw-r--r--perllib/FixMyStreet/TestMech.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/TestMech.pm b/perllib/FixMyStreet/TestMech.pm
index 122a5d0c9..902ae7a5a 100644
--- a/perllib/FixMyStreet/TestMech.pm
+++ b/perllib/FixMyStreet/TestMech.pm
@@ -10,6 +10,7 @@ BEGIN {
}
use Test::WWW::Mechanize::Catalyst 'FixMyStreet::App';
+use t::Mock::MapIt;
use Test::More;
use Web::Scraper;
use Carp;