class Cucumber::Core::Test::Result::Flaky
Flaky
is not used directly as an execution result, but is used as a reporting result type for test cases that fails and the passes on retry, therefore only the class method self.ok? is needed.
Public Class Methods
ok?(be_strict = false)
click to toggle source
# File lib/cucumber/core/test/result.rb, line 131 def self.ok?(be_strict = false) !be_strict end