Commit 1e034320 authored by Kyle Muldoon's avatar Kyle Muldoon

updated @Given clause for the calculatorsteps test class for matching...

updated @Given clause for the calculatorsteps test class for matching calculatorTests.feature patterns
parent 8118d3ec
......@@ -11,7 +11,7 @@ public class CalculatorSteps {
Calculator calculator;
Integer result;
@Given("^I have a calculator$")
@Given("I have a calculator")
public void generateCalculator() {
this.calculator = new Calculator();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment