class Cucumber::Core::Report::Summary

def ok?(strict: Test::Result::StrictConfiguration.new)

def ok?(strict: Test::Result::StrictConfiguration.new)
  test_cases.ok?(strict: strict)
end