aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/template/erb/helper.rb
diff options
context:
space:
mode:
Diffstat (limited to 'actionview/test/template/erb/helper.rb')
-rw-r--r--actionview/test/template/erb/helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionview/test/template/erb/helper.rb b/actionview/test/template/erb/helper.rb
index 727cc3dcf2..2d31b19be8 100644
--- a/actionview/test/template/erb/helper.rb
+++ b/actionview/test/template/erb/helper.rb
@@ -15,7 +15,7 @@ module ERBTest
class BlockTestCase < ActiveSupport::TestCase
def render_content(start, inside, routes = nil)
routes ||= ActionDispatch::Routing::RouteSet.new.tap do |rs|
- rs.draw { }
+ rs.draw {}
end
context = Class.new(ViewContext) {
include routes.url_helpers