9 lines
142 B
Ruby
9 lines
142 B
Ruby
|
|
require 'spec_helper'
|
||
|
|
|
||
|
|
shared_examples 'issue_test::init' do |es_version,plugins|
|
||
|
|
|
||
|
|
#Add custom tests here for the issue-test.yml test
|
||
|
|
|
||
|
|
end
|
||
|
|
|