Merge pull request #98 from jhoblitt/deprecation_warnings
add rspec-puppet pending test for warning on inclusion of concat::setup
This commit is contained in:
commit
2236733267
1 changed files with 6 additions and 0 deletions
|
@ -33,4 +33,10 @@ describe 'concat::setup', :type => :class do
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end # facts
|
end # facts
|
||||||
|
|
||||||
|
context 'deprecated as a public class' do
|
||||||
|
it 'should create a warning' do
|
||||||
|
pending('rspec-puppet support for testing warning()')
|
||||||
|
end
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue