Skip to content

Commit

Permalink
Augeas isn't present on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
hunner committed Jun 23, 2014
1 parent 3ec3a4b commit 280d808
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 280d808

Please sign in to comment.