From: Colleen Murphy Date: Wed, 14 Oct 2015 22:59:09 +0000 (-0700) Subject: Rename load_module_metadata test path X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=0f8df10084c875edac521a2307ce4caf7317b636;p=puppet-stdlib.git Rename load_module_metadata test path `rake spec` only finds test files that end in _spec.rb, so this test was not being run. Correct the path name so that the test runs properly. --- diff --git a/spec/functions/load_module_metadata.rb b/spec/functions/load_module_metadata_spec.rb similarity index 100% rename from spec/functions/load_module_metadata.rb rename to spec/functions/load_module_metadata_spec.rb