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

10 lines
113 B
Ruby
Raw Normal View History

require 'standard_spec'
2017-01-06 11:34:19 +00:00
describe 'Standard Tests v 5.x' do
2017-01-13 12:18:33 +00:00
include_examples 'standard::init', "5.1.2"
end