mirror of
https://github.com/voxpupuli/puppet-hashi_stack.git
synced 2025-05-24 10:55:00 +01:00
8 lines
140 B
Ruby
8 lines
140 B
Ruby
require 'spec_helper'
|
|
|
|
describe 'hashi_stack::repo' do
|
|
on_supported_os.each do |os, os_facts|
|
|
context "on #{os}" do
|
|
end
|
|
end
|
|
end
|