Skip to content

Commit

Permalink
remove accidentally left in git artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
rplevy-draker committed Mar 20, 2012
1 parent a8c0de3 commit 504e4f6
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -16,7 +16,6 @@ public void generatesPlainSnippet() {
String snippet = new SnippetGenerator(new ClojureSnippet()).getSnippet(step);
String expected = "" +
"(Given #\"^I have (\\d+) cukes in my \"([^\"]*)\" belly$\" [arg1, arg2]\n" +
<<<<<<< HEAD
" (comment Express the Regexp above with the code you wish you had ))\n";
assertEquals(expected, snippet);
}
Expand Down

0 comments on commit 504e4f6

Please sign in to comment.