Skip to content

Commit

Permalink
Merge branch 'feature/fix-tests' into devel
Browse files Browse the repository at this point in the history
  • Loading branch information
xsawyerx committed Apr 1, 2012
2 parents 5951095 + 64e6eb2 commit a6ebd33
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions t/01_config/08_environments.t
@@ -1,6 +1,10 @@
use strict;
use warnings;
use Test::More import => ['!pass'];
use Dancer::ModuleLoader;

Dancer::ModuleLoader->load('YAML')
or plan skip_all => 'YAML is needed to run this test';

plan tests => 5;

Expand Down

0 comments on commit a6ebd33

Please sign in to comment.