class Gitlab::QA::Scenario::Test::Integration::Elasticsearch

def empty_index

def empty_index
  @empty_index ||= ["gitlab-rake gitlab:elastic:create_empty_index"]
end