Skip to content

Commit b93f71f

Browse files
committed
has_ip_network doesn't work on windows either
1 parent 418c0ac commit b93f71f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/acceptance/has_ip_network_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /usr/bin/env ruby -S rspec
22
require 'spec_helper_acceptance'
33

4-
describe 'has_ip_network function', :unless => UNSUPPORTED_PLATFORMS.include?(fact('operatingsystem')) do
4+
describe 'has_ip_network function', :unless => ((UNSUPPORTED_PLATFORMS.include?(fact('operatingsystem'))) or (fact('osfamily') == 'windows')) do
55
describe 'success' do
66
it 'has_ip_network existing ipaddress' do
77
pp = <<-EOS

0 commit comments

Comments
 (0)