From: Ken Barber Date: Tue, 11 Oct 2011 19:21:54 +0000 (+0100) Subject: (#10026) Re-arrange provider and type spec files to align with Puppet. X-Git-Tag: v0.0.1~2^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=30dec56a00c4cb4333c906b6f719c7c6ed7a47cb;p=puppet-modules%2Fpuppetlabs-firewall.git (#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. --- diff --git a/spec/unit/provider/iptables_prov_spec.rb b/spec/unit/puppet/provider/iptables_spec.rb similarity index 100% rename from spec/unit/provider/iptables_prov_spec.rb rename to spec/unit/puppet/provider/iptables_spec.rb diff --git a/spec/unit/type/iptables_type_spec.rb b/spec/unit/puppet/type/firewall_spec.rb similarity index 100% rename from spec/unit/type/iptables_type_spec.rb rename to spec/unit/puppet/type/firewall_spec.rb