class Cucumber::Formatter::Json

def create_match_hash(test_step, _result)

def create_match_hash(test_step, _result)
  { location: test_step.action_location.to_s }
end