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

Last change on this file since 899 was 899, checked in by nanardon, 12 years ago
  • move attributes label to config files
  • 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.