aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2010-05-26 12:55:04 -0300
committerMikel Lindsaar <raasdnil@gmail.com>2010-06-03 23:32:10 +1000
commit10f82fd5fac415a8a3b8ac7e634f916a87c9966e (patch)
treef3a58b569102a93ed04c4f615e98149d0f6878e8
parented34652d1aca148fea61c5309c1bd5ff3a55abfa (diff)
downloadrails-10f82fd5fac415a8a3b8ac7e634f916a87c9966e.tar.gz
rails-10f82fd5fac415a8a3b8ac7e634f916a87c9966e.tar.bz2
rails-10f82fd5fac415a8a3b8ac7e634f916a87c9966e.zip
fix translation test in actionpack [#4701 state:commited]
Signed-off-by: wycats <wycats@gmail.com>
-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