void givenStepImplementation() {
//Doing nothing
}
};
spec.execute(testOutput);
assertEquals(ansi().fg(GREEN).a("Feature: this is a feature without runner").reset().newline().
fg(GREEN).a(" Scenario: this is a scenario").reset().newline().
fg(GREEN).a(" Given something").reset().newline().toString(),
testOutput.toString());