Rack::TestCase
# File test/controller/new_base/render_rjs_test.rb, line 38 def setup @old_locale = I18n.locale end
# File test/controller/new_base/render_rjs_test.rb, line 42 def teardown I18n.locale = @old_locale end