mirror of
https://github.com/aljazceru/ansible-elasticsearch.git
synced 2025-12-18 09:34:20 +01:00
11 lines
128 B
Ruby
11 lines
128 B
Ruby
require 'spec_helper'
|
|
|
|
describe 'XPack Tests v 2.x' do
|
|
|
|
describe user('elasticsearch') do
|
|
it { should exist }
|
|
end
|
|
|
|
end
|
|
|