Skip to content

Commit

Permalink
Fixed generated Scala snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
pawel-s committed Mar 29, 2012
1 parent fcbd962 commit b180ff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scala/src/main/scala/cucumber/runtime/ScalaSnippet.scala
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class ScalaSnippetGenerator extends Snippet {
def template() =
"{0}(\"\"\"{1}\"\"\")'{' ({3}) =>\n" +
" //// {4}\n" +
" throw new PendingException()\n"
" throw new PendingException()\n" +
"'}'"

def tableHint() = null
Expand Down

0 comments on commit b180ff8

Please sign in to comment.