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

10 lines
131 B
Ruby
Raw Normal View History

require 'standard_spec'
2017-01-06 11:34:19 +00:00
describe 'Standard Tests v 5.x' do
include_examples 'standard::init', "5.5.1", ["ingest-geoip"]
end