Skip to content

Instantly share code, notes, and snippets.

@karenetheridge
Created April 16, 2014 18:30
Show Gist options
  • Save karenetheridge/10917623 to your computer and use it in GitHub Desktop.
Save karenetheridge/10917623 to your computer and use it in GitHub Desktop.
old Test::Requires issue in my notes
when doing:
pass;
use Test::Requires;
test_requires 'Foo';
fail;
done_testing;
I get:
ok 1
1..0 # SKIP Test requires module 'Test::Foo' but it's not found
# Tests were run but no plan was declared and done_testing() was not seen.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment