Act on some Kritika feedback
This commit is contained in:
parent
43d0bfc5d8
commit
780b0b886f
4 changed files with 11 additions and 2 deletions
|
@ -1,9 +1,12 @@
|
|||
use strict;
|
||||
use warnings;
|
||||
|
||||
use Test::More;
|
||||
use Test::Exception;
|
||||
|
||||
BEGIN { use_ok('Parse::RPM::Spec') };
|
||||
|
||||
ok($spec = Parse::RPM::Spec->new( { file => 't/file.spec' } ),
|
||||
ok(my $spec = Parse::RPM::Spec->new( { file => 't/file.spec' } ),
|
||||
'Got an object');
|
||||
isa_ok($spec, 'Parse::RPM::Spec');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue