]> review.fuel-infra Code Review - puppet-modules/puppetlabs-firewall.git/commitdiff
(#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)
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]