voxpupuli / puppet-network

Types and providers to manage network interfaces
https://forge.puppet.com/puppet/network
Apache License 2.0
66 stars 108 forks source link

Unfudge `writes 5 fields` test #178

Closed alexjfisher closed 8 years ago

alexjfisher commented 8 years ago
rski commented 8 years ago

There's a similar issue with the debian tests too https://github.com/voxpupuli/puppet-network/blob/master/spec/unit/provider/network_route/routes_spec.rb#L119 I think

alexjfisher commented 8 years ago

@rski Well spotted. I'll add a fix for that too to this PR.

rski commented 8 years ago

Here too? https://github.com/voxpupuli/puppet-network/blob/master/spec/unit/provider/network_route/routes_spec.rb#L171

rski commented 8 years ago

@alexjfisher nice, thanks!