There are no UNSUPPORTED_PLATFORMS defined for 1.1

This commit is contained in:
Morgan Haskel 2014-09-10 12:26:28 -04:00
parent 5c56ec134f
commit a6590ba98d
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ else
groupname = 'root'
end
describe 'basic concat test', :unless => UNSUPPORTED_PLATFORMS.include?(fact('osfamily')) do
describe 'basic concat test' do
basedir = default.tmpdir('concat')
shared_examples 'successfully_applied' do |pp|

View file

@ -15,7 +15,7 @@ else
groupname = 'root'
end
describe 'concat::fragment source', :unless => UNSUPPORTED_PLATFORMS.include?(fact('osfamily')) do
describe 'concat::fragment source' do
basedir = default.tmpdir('concat')
context 'should read file fragments from local system' do
pp = <<-EOS