fix configfile usage as per updated MXCFF documentation
Karen Etheridge [Sun, 3 Feb 2013 03:05:57 +0000 (19:05 -0800)]
t/lib/MXDefaultConfigTest.pm

index 130a70e..9ff025d 100644 (file)
@@ -15,7 +15,7 @@ has 'direct_attr' => (is => 'ro', isa => 'Int');
 
 has 'req_attr' => (is => 'rw', isa => 'Str', required => 1);
 
-has '+configfile' => ( default => 'test.yaml' );
+around 'configfile' => sub { 'test.yaml' };
 
 no Moose;
 1;