From 16ee3ccc9c7992269e69e9e809257d56c81ce174 Mon Sep 17 00:00:00 2001 From: Ryuta Kamizono Date: Sun, 12 Feb 2017 20:44:15 +0900 Subject: Add `Style/EmptyLinesAroundMethodBody` in `.rubocop.yml` and remove extra empty lines --- actionpack/test/dispatch/runner_test.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'actionpack/test/dispatch/runner_test.rb') diff --git a/actionpack/test/dispatch/runner_test.rb b/actionpack/test/dispatch/runner_test.rb index 969933c9ed..b76bf4a320 100644 --- a/actionpack/test/dispatch/runner_test.rb +++ b/actionpack/test/dispatch/runner_test.rb @@ -4,7 +4,6 @@ class RunnerTest < ActiveSupport::TestCase test "runner preserves the setting of integration_session" do runner = Class.new do def before_setup - end end.new -- cgit v1.2.3