Skip to content

Commit

Permalink
dies_ok is dies-ok
Browse files Browse the repository at this point in the history
  • Loading branch information
stmuk committed Jan 7, 2016
1 parent eeea797 commit 0e5aa09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/dispatcher/01-basics.t
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ok(1,'We use Dispatcher::Rule and we are still alive');

my $d = Dispatcher.new;

dies_ok( { $d.add: Dispatcher::Rule.new },
dies-ok( { $d.add: Dispatcher::Rule.new },
'.add adds only complete Rule objects' );

$d.add: Dispatcher::Rule.new( :pattern(['']), code => { "Krevedko" } );
Expand Down

0 comments on commit 0e5aa09

Please sign in to comment.