def then_there_is_no_error(step): Approvals.verify(world.a_string)
def then_i_will_get_an_error(step): Approvals.verify(world.a_string)