We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59ae7a4 commit a7ca82eCopy full SHA for a7ca82e
groovy/src/test/java/io/cucumber/groovy/GroovySnippetTest.java
@@ -61,7 +61,7 @@ public void generatesCopyPasteReadySnippetWhenStepHasIntegersInsideStringParamet
61
@Test
62
public void generatesSnippetWithEscapedDollarSigns() {
63
List<String> expected = Collections.singletonList("" +
64
- "Given(/I have $5/) { ->\n" +
+ "Given(/I have ${int}/) { Integer int1 ->\n" +
65
" // Write code here that turns the phrase above into concrete actions\n" +
66
" throw new io.cucumber.groovy.PendingException()\n" +
67
"}\n");
0 commit comments