mirror of
https://github.com/elastic/logstash.git
synced 2025-04-22 05:37:21 -04:00
This is the First pass to add the `integration` test for the CLI, the Logstash and the logstash-plugin command. Fixes #5259 Fixes #5350
4 lines
145 B
Ruby
4 lines
145 B
Ruby
# encoding: utf-8
|
|
require_relative "./matchers/be_installed"
|
|
require_relative "./matchers/be_running"
|
|
require_relative "./matchers/cli_matchers"
|