From 10f82fd5fac415a8a3b8ac7e634f916a87c9966e Mon Sep 17 00:00:00 2001 From: Santiago Pastorino Date: Wed, 26 May 2010 12:55:04 -0300 Subject: fix translation test in actionpack [#4701 state:commited] Signed-off-by: wycats --- actionpack/test/fixtures/test/scoped_translation.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack/test/fixtures') 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 -- cgit v1.2.3