File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/main/resources/META-INF/rewrite Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1515type : specs.openrewrite.org/v1beta/example
1616recipeName : org.openrewrite.cucumber.jvm.CucumberAnnotationToSuite
1717examples :
18- - description : ' '
18+ - description : ' `CucumberAnnotationToSuiteTest#shouldReplaceCucumberAnnotationWithSuiteWithSelectedClasspathResource` '
1919 sources :
2020 - before : |
2121 package com.example.app;
@@ -40,7 +40,7 @@ examples:
4040type : specs.openrewrite.org/v1beta/example
4141recipeName : org.openrewrite.cucumber.jvm.CucumberJava8ToJava
4242examples :
43- - description : ' '
43+ - description : ' `CucumberJava8ToCucumberJavaTest#cucumberJava8HooksAndSteps` '
4444 sources :
4545 - before : |-
4646 package com.example.app;
@@ -117,7 +117,7 @@ examples:
117117type : specs.openrewrite.org/v1beta/example
118118recipeName : org.openrewrite.cucumber.jvm.DropSummaryPrinter
119119examples :
120- - description : ' '
120+ - description : ' `DropSummaryPrinterTest#replaceSummaryPrinterWithPlugin` '
121121 sources :
122122 - before : |-
123123 package com.example.app;
@@ -138,7 +138,7 @@ examples:
138138type : specs.openrewrite.org/v1beta/example
139139recipeName : org.openrewrite.cucumber.jvm.RegexToCucumberExpression
140140examples :
141- - description : ' '
141+ - description : ' `RegexToCucumberExpressionTest#regexToCucumberExpression` '
142142 sources :
143143 - before : |
144144 package com.example.app;
You can’t perform that action at this time.
0 commit comments