Fix for Windows regarding changes from 0.29
[catagits/Catalyst-Plugin-ConfigLoader.git] / t / 24-mock-shortappname.t
index 87fa57a..f7abc17 100644 (file)
@@ -16,7 +16,7 @@ use Test::More;
 
 my $app = bless {}, 'QX';
 my ($path, $extension) = $app->get_config_path;
-is $path, '/home/foo/QX-0.9.5/qx';
+is $path, Path::Class::dir( '/home/foo/QX-0.9.5/qx' )->stringify;
 is $extension, undef;
 
 done_testing;