Simpler restart handling + issue-test for recreation of problems

This commit is contained in:
Dale McDiarmid 2017-08-20 10:30:39 -04:00
parent 2c69fbcb40
commit 5e1873ca68
10 changed files with 43 additions and 2 deletions

View file

@ -0,0 +1,8 @@
require 'spec_helper'
shared_examples 'issue_test::init' do |es_version,plugins|
#Add custom tests here for the issue-test.yml test
end