Skip to content

Commit

Permalink
+ todo_test
Browse files Browse the repository at this point in the history
  • Loading branch information
aereal committed Dec 14, 2016
1 parent 12a029b commit e72aada
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .vim/snippets/perl.snip
Expand Up @@ -104,3 +104,9 @@ snippet tests
sub ${1:test_name} : Tests {
${2:#:body}
}

snippet todo_test
TODO: {
local $TODO = '${1:reason}';
fail '$1';
};

0 comments on commit e72aada

Please sign in to comment.