ansible-role-elasticsearch/test/integration/helpers/serverspec/issue_test_spec.rb

11 lines
190 B
Ruby
Raw Normal View History

require 'spec_helper'
require 'json'
vars = JSON.parse(File.read('/tmp/vars.json'))
shared_examples 'issue_test::init' do |vars|
#Add custom tests here for the issue-test.yml test
end