diff --git a/spec/unit/classes/concat_setup_spec.rb b/spec/unit/classes/concat_setup_spec.rb index b25428e..3252424 100644 --- a/spec/unit/classes/concat_setup_spec.rb +++ b/spec/unit/classes/concat_setup_spec.rb @@ -43,7 +43,7 @@ describe 'concat::setup', :type => :class do context 'deprecated as a public class' do it 'should create a warning' do - pending('rspec-puppet support for testing warning()') + skip('rspec-puppet support for testing warning()') end end diff --git a/spec/unit/defines/concat_fragment_spec.rb b/spec/unit/defines/concat_fragment_spec.rb index 64ae7db..e6f6e03 100644 --- a/spec/unit/defines/concat_fragment_spec.rb +++ b/spec/unit/defines/concat_fragment_spec.rb @@ -96,7 +96,7 @@ describe 'concat::fragment', :type => :define do let(:params) {{ :ensure => 'invalid', :target => '/etc/motd' }} it 'should create a warning' do - pending('rspec-puppet support for testing warning()') + skip('rspec-puppet support for testing warning()') end end end # ensure => @@ -244,7 +244,7 @@ describe 'concat::fragment', :type => :define do } it 'should create a warning' do - pending('rspec-puppet support for testing warning()') + skip('rspec-puppet support for testing warning()') end end end # mode => @@ -257,7 +257,7 @@ describe 'concat::fragment', :type => :define do } it 'should create a warning' do - pending('rspec-puppet support for testing warning()') + skip('rspec-puppet support for testing warning()') end end end # owner => @@ -270,7 +270,7 @@ describe 'concat::fragment', :type => :define do } it 'should create a warning' do - pending('rspec-puppet support for testing warning()') + skip('rspec-puppet support for testing warning()') end end end # group => @@ -283,7 +283,7 @@ describe 'concat::fragment', :type => :define do } it 'should create a warning' do - pending('rspec-puppet support for testing warning()') + skip('rspec-puppet support for testing warning()') end end end # backup => diff --git a/spec/unit/defines/concat_spec.rb b/spec/unit/defines/concat_spec.rb index 7682cdf..2da8330 100644 --- a/spec/unit/defines/concat_spec.rb +++ b/spec/unit/defines/concat_spec.rb @@ -279,7 +279,7 @@ describe 'concat', :type => :define do it_behaves_like 'concat', '/etc/foo.bar', { :warn => warn } it 'should create a warning' do - pending('rspec-puppet support for testing warning()') + skip('rspec-puppet support for testing warning()') end end end @@ -386,7 +386,7 @@ describe 'concat', :type => :define do it_behaves_like 'concat', '/etc/foo.bar', { :gnu => 'foo'} it 'should create a warning' do - pending('rspec-puppet support for testing warning()') + skip('rspec-puppet support for testing warning()') end end end