global

def any_test_steps_failed?

def any_test_steps_failed?
  @test_step_results.any? &:failed?
end