Alien-Web

 view release on metacpan or  search on metacpan

t/alien_web.t  view on Meta::CPAN

use strict;
use warnings;
use Test::More;
use File::Spec;
use lib File::Spec->rel2abs('t/lib');

require_ok 'Alien::Web::Foo';

{
  my $path = Alien::Web::Foo->path;
  
  ok -d $path, "path returns a directory path";
  note "path is $path";
  
  ok -f "$path/example.js", "directory contains example.js";



( run in 0.334 second using v1.01-cache-2.11-cpan-87723dcf8b7 )