We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 418c0ac commit b93f71fCopy full SHA for b93f71f
spec/acceptance/has_ip_network_spec.rb
@@ -1,7 +1,7 @@
1
#! /usr/bin/env ruby -S rspec
2
require 'spec_helper_acceptance'
3
4
-describe 'has_ip_network function', :unless => UNSUPPORTED_PLATFORMS.include?(fact('operatingsystem')) do
+describe 'has_ip_network function', :unless => ((UNSUPPORTED_PLATFORMS.include?(fact('operatingsystem'))) or (fact('osfamily') == 'windows')) do
5
describe 'success' do
6
it 'has_ip_network existing ipaddress' do
7
pp = <<-EOS
0 commit comments