Merge pull request #255 from hunner/fix_pending

Fix pending tests
This commit is contained in:
jonnytpuppet 2015-01-13 14:30:38 -08:00
commit be933446dc
3 changed files with 8 additions and 8 deletions

View file

@ -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

View file

@ -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 =>

View file

@ -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