Skip to content

Commit

Permalink
Insert fail() in test skeleton.
Browse files Browse the repository at this point in the history
  • Loading branch information
espenhw committed Mar 20, 2009
1 parent 9f9e1da commit 4c245a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/lisp/malabar-abbrevs.el
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
"Create a test method"
nil
> "@Test" \n
> "public void " _ "() throws Exception {" \n
"public void " _ "() throws Exception {" \n
"fail(\"Unfinished test\");" \n
"}" > \n)

(defvar malabar-abbrevs-abbrev-regexp
Expand Down

0 comments on commit 4c245a4

Please sign in to comment.