Skip to content

Commit f9fec6a

Browse files
committed
BAEL-3444: Fixed calculator unit tests due to incorrect Cucumber glue directory.
1 parent d6e6999 commit f9fec6a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

testing-modules/testing-libraries/src/test/java/com/baeldung/calculator/CalculatorIntegrationTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
@CucumberOptions(
1010
features = {"classpath:features/calculator.feature", "classpath:features/calculator-scenario-outline.feature"}
1111
, plugin = {"pretty", "json:target/reports/json/calculator.json"}
12-
, glue = {"com.baeldung.cucumber.calculator"}
1312
)
1413
public class CalculatorIntegrationTest {
1514
}

0 commit comments

Comments
 (0)