]> review.fuel-infra Code Review - puppet-modules/puppetlabs-firewall.git/commit
(#10026) Re-arrange provider and type spec files to align with Puppet.
authorKen Barber <ken@bob.sh>
Tue, 11 Oct 2011 19:21:54 +0000 (20:21 +0100)
committerKen Barber <ken@bob.sh>
Tue, 11 Oct 2011 19:21:54 +0000 (20:21 +0100)
commit30dec56a00c4cb4333c906b6f719c7c6ed7a47cb
tree0dcbbe1fb5073f6930c9d8a427432d3c26601ef4
parent596e1d8fadde4ec510f5b822ca13a585deb62354
(#10026) Re-arrange provider and type spec files to align with Puppet.

If moved the spec files now under 'puppet' to align with how Puppet does it. This
also makes more sense as this lines up with the module/class names now.

The iptables_type_spec.rb is now just firewall_type.rb to designate it is for
the generic firewall type.

iptables_prov_spec.rb is now iptables_spec.rb. The provider part is implicit
in the path.
spec/unit/puppet/provider/iptables_spec.rb [moved from spec/unit/provider/iptables_prov_spec.rb with 100% similarity]
spec/unit/puppet/type/firewall_spec.rb [moved from spec/unit/type/iptables_type_spec.rb with 100% similarity]