From c4ef63e6c527286448371ee1414bcddc0b1769aa Mon Sep 17 00:00:00 2001 From: Santiago Pastorino Date: Wed, 26 May 2010 12:55:04 -0300 Subject: [PATCH] fix translation test in actionpack [#4701 state:commited] --- .../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 30baa61..3be63ab 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 -- 1.7.1