summaryrefslogtreecommitdiffstats
path: root/test/language/snippets.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/language/snippets.rb')
-rwxr-xr-xtest/language/snippets.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/language/snippets.rb b/test/language/snippets.rb
index 3749ea24d..3d9808091 100755
--- a/test/language/snippets.rb
+++ b/test/language/snippets.rb
@@ -221,7 +221,7 @@ class TestSnippets < Test::Unit::TestCase
}
assert_nothing_raised {
- assert_equal(%w{puppet[top] testing[testing] component[componentname] /tmp/classtest}, obj.path)
+ assert_equal(%w{puppet[top] testing[testing] component[componentname] /tmp/classtest}.to_s, obj.path)
#Puppet.err obj.path
}