mirror of
https://github.com/outbackdingo/cp-installer.git
synced 2026-01-27 18:18:42 +00:00
7 lines
165 B
Ruby
7 lines
165 B
Ruby
require 'spec_helper'
|
|
describe 'clonos_network' do
|
|
context 'with default values for all parameters' do
|
|
it { should contain_class('clonos_network') }
|
|
end
|
|
end
|