From 397252f4463fb787753d99ea57e8a1385fa31a1e Mon Sep 17 00:00:00 2001 From: Hakim Cassimally Date: Wed, 1 Jan 2014 00:12:28 +0000 Subject: 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. --- cpanfile | 1 + 1 file changed, 1 insertion(+) (limited to 'cpanfile') 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'; -- cgit v1.2.3