From: David Schmitt Date: Wed, 15 Apr 2015 23:55:28 +0000 (-0700) Subject: specs: move function specs to where rspec-puppet expects them X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=a3016c45c5aaa979c9d148eb88bb3f7d1369a507;p=puppet-stdlib.git specs: move function specs to where rspec-puppet expects them --- diff --git a/spec/unit/puppet/parser/functions/basename_spec.rb b/spec/functions/basename_spec.rb similarity index 100% rename from spec/unit/puppet/parser/functions/basename_spec.rb rename to spec/functions/basename_spec.rb diff --git a/spec/unit/puppet/parser/functions/bool2str_spec.rb b/spec/functions/bool2str_spec.rb similarity index 100% rename from spec/unit/puppet/parser/functions/bool2str_spec.rb rename to spec/functions/bool2str_spec.rb diff --git a/spec/unit/puppet/parser/functions/camelcase_spec.rb b/spec/functions/camelcase_spec.rb similarity index 100% rename from spec/unit/puppet/parser/functions/camelcase_spec.rb rename to spec/functions/camelcase_spec.rb diff --git a/spec/unit/puppet/functions/type_of_spec.rb b/spec/functions/type_of_spec.rb similarity index 100% rename from spec/unit/puppet/functions/type_of_spec.rb rename to spec/functions/type_of_spec.rb