From 30dec56a00c4cb4333c906b6f719c7c6ed7a47cb Mon Sep 17 00:00:00 2001 From: Ken Barber Date: Tue, 11 Oct 2011 20:21:54 +0100 Subject: [PATCH] (#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. --- .../iptables_prov_spec.rb => puppet/provider/iptables_spec.rb} | 0 .../{type/iptables_type_spec.rb => puppet/type/firewall_spec.rb} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename spec/unit/{provider/iptables_prov_spec.rb => puppet/provider/iptables_spec.rb} (100%) rename spec/unit/{type/iptables_type_spec.rb => puppet/type/firewall_spec.rb} (100%) 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 -- 2.45.2