Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
update &dir tests to current spec
  • Loading branch information
moritz committed Jul 2, 2012
1 parent d80a990 commit 4d11076
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions S32-io/dir.t
Expand Up @@ -6,5 +6,5 @@ plan 2;
my @files = dir();

# see roast's README as for why there is always a t/ available
ok @files.grep('./t'), 'current directory contains a t/ dir';
isa_ok @files[0], IO, 'dir() returns IO objects';
ok @files.grep('t'), 'current directory contains a t/ dir';
isa_ok @files[0], IO::Path, 'dir() returns IO::Path objects';

0 comments on commit 4d11076

Please sign in to comment.