package cucumber.examples.java.calculator; import cucumber.api.java.en.Given; public class CreateAllStepDefs { @Given("^step$") public void step(String arg1) throws Throwable { } }