diff options
author | David Schmitt <david.schmitt@puppet.com> | 2017-02-20 10:49:43 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-20 10:49:43 +0000 |
commit | e64a9d697838d44c01afb5b6cd88c2e3a729f285 (patch) | |
tree | 49a51fc58342b9ea71dafe0aedf321742dd2eebc /spec | |
parent | db8c1fbb2394d93fe3156b17c840455f1b3e2c76 (diff) | |
parent | 89a36c67d8efe22a16c2ce8ab2a40fc69ce589b2 (diff) |
Merge pull request #715 from domcleal/function-fact-freeze
Fix unsupported data type error with rspec-puppet master
Diffstat (limited to 'spec')
-rwxr-xr-x | spec/functions/has_ip_network_spec.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/functions/has_ip_network_spec.rb b/spec/functions/has_ip_network_spec.rb index 7b5fe66..57cf613 100755 --- a/spec/functions/has_ip_network_spec.rb +++ b/spec/functions/has_ip_network_spec.rb @@ -9,7 +9,6 @@ describe 'has_ip_network' do let(:facts) do { :interfaces => 'eth0,lo', - :network => :undefined, :network_lo => '127.0.0.0', :network_eth0 => '10.0.0.0', } |