ansible-role-elasticsearch/test/integration/xpack-standard-5x/serverspec/default_spec.rb

6 lines
145 B
Ruby
Raw Normal View History

2017-08-18 19:38:10 +01:00
require 'xpack_standard_spec'
describe 'Xpack Standard Tests v 5.x' do
include_examples 'xpack_standard::init', "5.5.1", ["ingest-geoip"]
end