Test improvements for xpack + httplib2 support
This commit is contained in:
parent
a149328ae8
commit
d73e515de3
12 changed files with 166 additions and 21 deletions
5
test/integration/xpack-2x/serverspec/default_spec.rb
Normal file
5
test/integration/xpack-2x/serverspec/default_spec.rb
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
require 'xpack_spec'
|
||||
|
||||
describe 'Xpack Tests v 2.x' do
|
||||
include_examples 'xpack::init', "2.3.4"
|
||||
end
|
||||
|
|
@ -1,10 +0,0 @@
|
|||
require 'spec_helper'
|
||||
|
||||
describe 'XPack Tests v 2.x' do
|
||||
|
||||
describe user('elasticsearch') do
|
||||
it { should exist }
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue