package cucumber.runtime.rhinotest; import org.junit.runner.RunWith; import cucumber.api.junit.Cucumber; @RunWith(Cucumber.class) public class RunCukesTest { }