diff options
author | Santiago Pastorino <santiago@wyeworks.com> | 2010-05-26 12:55:04 -0300 |
---|---|---|
committer | wycats <wycats@gmail.com> | 2010-05-29 21:12:28 +0200 |
commit | e5a56eb297f41dae12e03cf03bad4a25068bba09 (patch) | |
tree | f3a58b569102a93ed04c4f615e98149d0f6878e8 | |
parent | 45e60283e733a535d68d499aa20e095c905f43b0 (diff) | |
download | rails-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>
-rw-r--r-- | actionpack/test/fixtures/test/scoped_translation.erb | 2 |
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 |