aboutsummaryrefslogtreecommitdiffstats
path: root/cpanfile
diff options
context:
space:
mode:
authorHakim Cassimally <hakim@mysociety.org>2014-01-01 00:12:28 +0000
committerMatthew Somerville <matthew-github@dracos.co.uk>2014-04-07 17:50:04 +0100
commit397252f4463fb787753d99ea57e8a1385fa31a1e (patch)
treefcea734c86fad4ed0523fc85a11d7d2d1c23cb68 /cpanfile
parentb0170c4be0c2c3befcbe0159d4e218db5e0e37a8 (diff)
Mock a date for dashboard tests
Fixes #365 (how appropriate) by mocking datetime to allow the dashboard test's assumptions (that we're not so near beginning of year that a report from X days ago isn't still in same year) to hold.
Diffstat (limited to 'cpanfile')
-rw-r--r--cpanfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpanfile b/cpanfile
index 995c7ccf2..ca82f9ae2 100644
--- a/cpanfile
+++ b/cpanfile
@@ -106,6 +106,7 @@ requires 'Sort::Key';
requires 'Sub::Override';
requires 'Test::Exception';
requires 'Test::LongString';
+requires 'Test::MockTime';
requires 'Test::More', '0.88';
requires 'Test::Warn';
requires 'Test::WWW::Mechanize::Catalyst';