class Cucumber::Core::Report::Summary

def ok?(be_strict = Test::Result::StrictConfiguration.new)

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