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

@ -41,7 +41,7 @@ context "basic tests" do
describe 'plugin' do
it 'should be reported as existing', :retry => 3, :retry_wait => 10 do
command = command('curl localhost:9200/_nodes/?plugin | grep kopf')
command = command('curl -s localhost:9200/_nodes/?plugin | grep kopf')
expect(command.stdout).to match(/kopf/)
expect(command.exit_status).to eq(0)
end