about summary refs log tree commit diff
path: root/t/005_builder.t
diff options
context:
space:
mode:
authorben hengst <notbenh@cpan.org>2011-02-10 21:37:46 -0800
committerben hengst <notbenh@cpan.org>2011-02-10 21:37:46 -0800
commit19f338afb8d04980297be73337f51b91194c481a (patch)
tree405a65762f2f132c2a3fc2ac1d97616a8aa46ca3 /t/005_builder.t
parentFix manifest (diff)
downloadjitterbug-19f338afb8d04980297be73337f51b91194c481a.tar.gz
auto-build the test db if its not built yet
Diffstat (limited to 't/005_builder.t')
-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',