There are no UNSUPPORTED_PLATFORMS defined for 1.1
This commit is contained in:
parent
5c56ec134f
commit
a6590ba98d
2 changed files with 2 additions and 2 deletions
|
@ -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|
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue