summaryrefslogtreecommitdiffstats
path: root/spec/unit/module_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/module_spec.rb')
-rwxr-xr-xspec/unit/module_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/module_spec.rb b/spec/unit/module_spec.rb
index fcc5e60b5..910f74b9e 100755
--- a/spec/unit/module_spec.rb
+++ b/spec/unit/module_spec.rb
@@ -402,7 +402,7 @@ describe Puppet::Module, "when finding matching manifests" do
@mod = Puppet::Module.new("mymod")
@mod.stubs(:path).returns "/a"
@pq_glob_with_extension = "yay/*.xx"
- @fq_glob_with_extension = "/a/manifests/" + @pq_glob_with_extension
+ @fq_glob_with_extension = "/a/manifests/#{@pq_glob_with_extension}"
end
it "should return all manifests matching the glob pattern" do