summaryrefslogtreecommitdiff
path: root/t/005_builder.t
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--t/005_builder.t6
1 files changed, 5 insertions, 1 deletions
diff --git a/t/005_builder.t b/t/005_builder.t
index 81cdd98..df064d9 100644
--- a/t/005_builder.t
+++ b/t/005_builder.t
@@ -4,6 +4,8 @@ use warnings;
use Test::Most tests => 9;
use Data::Dumper;
+use lib 't/lib';
+use jitterbug::Test;
use jitterbug::Builder;
{
@@ -32,7 +34,9 @@ use jitterbug::Builder;
is($b->{'configfile'}, 't/data/test.yml');
is($b->run, 0, '->run returns 0 in cron mode');
- cmp_deeply($b->{'conf'}, {
+use Test::Most;
+ #cmp_deeply($b->{'conf'}, {
+ eq_or_diff($b->{'conf'}, {
'engines' => {
'xslate' => {
'type' => 'text',