Skip to content

Commit 1564124

Browse files
mmalmeidabrasmusson
authored andcommitted
Updated RunCukesTest in the example spring-txn with new hook location.
1 parent 24a274d commit 1564124

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/spring-txn/src/test/java/cucumber/examples/spring/txn/RunCukesTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
import org.junit.runner.RunWith;
66

77
@RunWith(Cucumber.class)
8-
@CucumberOptions(glue = {"cucumber.examples.spring.txn", "cucumber.runtime.java.spring.hooks"})
8+
@CucumberOptions(glue = {"cucumber.examples.spring.txn", "cucumber.api.spring"})
99
public class RunCukesTest {
1010
}

0 commit comments

Comments
 (0)