From 3301804ff6abcd5aae06cc5acbb82bc6a472f008 Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Mon, 24 Sep 2018 16:01:34 -0700 Subject: make bot happy --- actionview/test/template/erb/helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionview/test/template') 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 -- cgit v1.2.3