Augeas isn't present on windows
This commit is contained in:
parent
3ec3a4b0fa
commit
280d808eb4
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
#! /usr/bin/env ruby -S rspec
|
||||
require 'spec_helper_acceptance'
|
||||
|
||||
describe 'validate_augeas function', :unless => UNSUPPORTED_PLATFORMS.include?(fact('operatingsystem')) do
|
||||
describe 'validate_augeas function', :unless => ((UNSUPPORTED_PLATFORMS.include?(fact('operatingsystem'))) or (fact('osfamily') == 'windows')) do
|
||||
describe 'prep' do
|
||||
it 'installs augeas for tests'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue