source: trunk/LATMOS-Accounts-Web/t/04config_load.t @ 2125

Last change on this file since 2125 was 2025, checked in by nanardon, 7 years ago

Fix test

  • Property svn:keywords set to Id
File size: 178 bytes
Line 
1# $Id$
2
3use strict;
4use warnings;
5use Test::More tests => 1;
6use YAML;
7
8ok(
9    my $hashref = YAML::LoadFile('etc/latmos-accounts-web.yml'),
10    'Can load the default config'
11);
Note: See TracBrowser for help on using the repository browser.