Skip to content

Commit

Permalink
Merge pull request redhat-openstack#280 from hunner/win_aug
Browse files Browse the repository at this point in the history
Augeas isn't present on windows
  • Loading branch information
cyberious committed Jun 23, 2014
2 parents 8510d34 + 280d808 commit d38ccfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/acceptance/validate_augeas_spec.rb
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit d38ccfc

Please sign in to comment.