@When("I put the pedal to the metal") public void whenIAccelerateReallyFast() { porscheSteps.accelerate_really_fast(); }
@Then("I should drive $expected") public void thenIShouldCount(int expected) { porscheSteps.speed_should_be(expected); }
@Given("I have a porsche") public void givenIHaveANewPorsche() { porscheSteps.buy_new_porsche(); }