Skip to content

Commit

Permalink
Add some test descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Oct 5, 2017
1 parent ed81a7c commit 7a65354
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions t/model/archive.t
Expand Up @@ -42,10 +42,10 @@ subtest 'archive extraction' => sub {
'/authors/id/L/LO/LOCAL/Some-1.00-TRIAL.tar.gz')
);

ok !$archive->is_impolite;
ok !$archive->is_naughty;
ok( !$archive->is_impolite, 'not impolite' );
ok( !$archive->is_naughty, 'not naughty' );

cmp_bag $archive->files, [ keys %want ];
cmp_bag( $archive->files, [ keys %want ], 'have wanted files' );

my $dir = $archive->extract;
for my $file ( keys %want ) {
Expand Down

0 comments on commit 7a65354

Please sign in to comment.