mirror of
https://github.com/aljazceru/ansible-elasticsearch.git
synced 2025-12-18 09:34:20 +01:00
6 lines
123 B
Ruby
6 lines
123 B
Ruby
require 'xpack_spec'
|
|
|
|
describe 'Xpack Tests v 5.x' do
|
|
include_examples 'xpack::init', "5.2.2", ["ingest-attachment"]
|
|
end
|