Skip to content

Commit

Permalink
Merge pull request #238 from akiym/test-permissions-dev
Browse files Browse the repository at this point in the history
fix permissions test at dev version release
  • Loading branch information
skaji committed Apr 15, 2018
2 parents 1aba440 + 33c7880 commit 350083c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Minilla/ReleaseTest.pm
Original file line number Diff line number Diff line change
Expand Up @@ -121,4 +121,4 @@ use Test::More;
eval q{ use Test::PAUSE::Permissions 0.04 };
plan skip_all => "Test::PAUSE::Permissions is not installed." if $@;
all_permissions_ok();
all_permissions_ok({dev => 1});

0 comments on commit 350083c

Please sign in to comment.