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

6 lines
131 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
2017-08-18 20:21:24 +01:00
include_examples 'xpack_standard::init', "5.5.1", []
2017-08-18 19:38:10 +01:00
end