aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2010-05-26 12:55:04 -0300
committerwycats <wycats@gmail.com>2010-05-29 21:12:28 +0200
commite5a56eb297f41dae12e03cf03bad4a25068bba09 (patch)
treef3a58b569102a93ed04c4f615e98149d0f6878e8 /actionpack/test/fixtures
parent45e60283e733a535d68d499aa20e095c905f43b0 (diff)
downloadrails-e5a56eb297f41dae12e03cf03bad4a25068bba09.tar.gz
rails-e5a56eb297f41dae12e03cf03bad4a25068bba09.tar.bz2
rails-e5a56eb297f41dae12e03cf03bad4a25068bba09.zip
fix translation test in actionpack [#4701 state:commited]
Signed-off-by: wycats <wycats@gmail.com>
Diffstat (limited to 'actionpack/test/fixtures')
-rw-r--r--actionpack/test/fixtures/test/scoped_translation.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/test/fixtures/test/scoped_translation.erb b/actionpack/test/fixtures/test/scoped_translation.erb
index 30baa61c77..3be63ab3cc 100644
--- a/actionpack/test/fixtures/test/scoped_translation.erb
+++ b/actionpack/test/fixtures/test/scoped_translation.erb
@@ -1 +1 @@
-<%= t('.foo.bar') %> \ No newline at end of file
+<%= t('.foo.bar').join %> \ No newline at end of file