systemd tests

This commit is contained in:
Dale McDiarmid 2015-11-27 19:58:54 +00:00
parent 0c7c338d6d
commit 7455b7fe3e
4 changed files with 30 additions and 15 deletions

View file

@ -46,7 +46,7 @@ context "basic tests" do
describe 'Template Installed' do
it 'should be reported as being installed', :retry => 3, :retry_wait => 10 do
command = command('curl localhost:9200/_template/basic')
command = command('curl -s "localhost:9200/_template/basic"')
expect(command.stdout).to match(/basic/)
expect(command.exit_status).to eq(0)
end