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

8 lines
180 B
Ruby
Raw Normal View History

2017-08-18 19:38:10 +01:00
require 'xpack_standard_spec'
require 'json'
vars = JSON.parse(File.read('/tmp/vars.json'))
2017-08-18 19:38:10 +01:00
describe 'Xpack Standard Tests' do
include_examples 'xpack_standard::init', vars
2017-08-18 19:38:10 +01:00
end