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

6 lines
123 B
Ruby
Raw Normal View History

require 'xpack_spec'
2017-01-06 11:34:19 +00:00
describe 'Xpack Tests v 5.x' do
include_examples 'xpack::init', "5.5.1", ["ingest-attachment"]
end