Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
powerman committed Feb 29, 2016
1 parent e9e4606 commit d0e36e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion t/Mojolicious.t
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ use utf8;
use Test::More;
use Test::Exception;

BEGIN { $ENV{MOJO_REACTOR} = 'Mojo::Reactor::Poll' }

use Test::Mock::Time;

BEGIN {
$ENV{MOJO_REACTOR} = 'Mojo::Reactor::Poll';
plan skip_all => 'Mojolicious not installed'
if !eval { require Mojolicious; Mojolicious->VERSION('6'); require Mojo::IOLoop };
}
Expand Down

0 comments on commit d0e36e5

Please sign in to comment.