From 19f338afb8d04980297be73337f51b91194c481a Mon Sep 17 00:00:00 2001 From: ben hengst Date: Thu, 10 Feb 2011 21:37:46 -0800 Subject: auto-build the test db if its not built yet --- t/005_builder.t | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 't/005_builder.t') 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', -- cgit 1.4.1