2017-08-20 10:30:39 -04:00
|
|
|
require 'spec_helper'
|
2018-01-31 08:14:24 +01:00
|
|
|
require 'json'
|
|
|
|
|
vars = JSON.parse(File.read('/tmp/vars.json'))
|
2017-08-20 10:30:39 -04:00
|
|
|
|
2018-01-31 08:14:24 +01:00
|
|
|
shared_examples 'issue_test::init' do |vars|
|
2017-08-20 10:30:39 -04:00
|
|
|
|
|
|
|
|
#Add custom tests here for the issue-test.yml test
|
|
|
|
|
|
|
|
|
|
end
|
|
|
|
|
|