Test fixes

This commit is contained in:
Dale McDiarmid 2017-01-17 15:33:51 +00:00
parent a0c0ab9837
commit 608df1ecf0
4 changed files with 6 additions and 5 deletions

View file

@ -61,7 +61,7 @@ shared_examples 'config::init' do |es_version|
it { should be_directory }
it { should be_owned_by 'elasticsearch' }
end
#test we started on the correct port was used
describe command('curl -s "localhost:9201"') do
#TODO: This is returning an empty string