summaryrefslogtreecommitdiffhomepage
path: root/test/doc_props/tc_app.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/doc_props/tc_app.rb')
-rw-r--r--test/doc_props/tc_app.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/doc_props/tc_app.rb b/test/doc_props/tc_app.rb
index 82e33f12..c066373c 100644
--- a/test/doc_props/tc_app.rb
+++ b/test/doc_props/tc_app.rb
@@ -41,6 +41,6 @@ class TestApp < Test::Unit::TestCase
errors << error
end
- assert_equal(0, errors.size, "app.xml invalid" + errors.map(&:message).to_s)
+ assert_equal(0, errors.size, "app.xml invalid#{errors.map(&:message)}")
end
end