Results 1 issues of Jerome

Certain scenario based frameworks like SpecsFor offer the ability to define a pattern in the test name like the examples below from cucumber.io: ``` @Then("^I should be told \"([^\"]*)\"$") public...