mirror of
https://github.com/aljazceru/ansible-elasticsearch.git
synced 2025-12-18 17:44:20 +01:00
Initial Shield support + latest gems + single plugin dir + new port/host vars
This commit is contained in:
10
test/integration/xpack-2x/serverspec/xpack_spec.rb
Normal file
10
test/integration/xpack-2x/serverspec/xpack_spec.rb
Normal file
@@ -0,0 +1,10 @@
|
||||
require 'spec_helper'
|
||||
|
||||
describe 'XPack Tests v 2.x' do
|
||||
|
||||
describe user('elasticsearch') do
|
||||
it { should exist }
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user