logstash/qa/rspec/matchers.rb
Pier-Hugues Pellerin 7b38e798c2 Migration of the CLI script to run under Vagrant VMs.
This is the First pass to add the `integration` test for the CLI, the
Logstash and the logstash-plugin command.

Fixes #5259

Fixes #5350
2016-06-02 14:37:15 +00:00

4 lines
145 B
Ruby

# encoding: utf-8
require_relative "./matchers/be_installed"
require_relative "./matchers/be_running"
require_relative "./matchers/cli_matchers"