class Cucumber::Formatter::Json
def same_feature_as_previous_test_case?(test_case)
def same_feature_as_previous_test_case?(test_case) @feature_hash&.fetch(:uri, nil) == test_case.location.file end
def same_feature_as_previous_test_case?(test_case) @feature_hash&.fetch(:uri, nil) == test_case.location.file end