From d2901bd517ec3e9efa6ac727bbe4984376e726ba Mon Sep 17 00:00:00 2001 From: Koichi ITO Date: Mon, 10 Jul 2017 22:47:31 +0900 Subject: [Action Pack] `rubocop -a --only Layout/EmptyLineAfterMagicComment` --- actionpack/test/dispatch/prefix_generation_test.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'actionpack/test/dispatch/prefix_generation_test.rb') diff --git a/actionpack/test/dispatch/prefix_generation_test.rb b/actionpack/test/dispatch/prefix_generation_test.rb index 3cd9344c04..85ea04356a 100644 --- a/actionpack/test/dispatch/prefix_generation_test.rb +++ b/actionpack/test/dispatch/prefix_generation_test.rb @@ -1,4 +1,5 @@ # frozen_string_literal: true + require "abstract_unit" require "rack/test" require "rails/engine" -- cgit v1.2.3