class Cucumber::Formatter::Json
def first_step_after_background?(test_step)
def first_step_after_background?(test_step) @in_background && test_step.location.lines.max >= @test_case_hash[:line] end
def first_step_after_background?(test_step) @in_background && test_step.location.lines.max >= @test_case_hash[:line] end