diff options
author | Koichi ITO <koic.ito@gmail.com> | 2017-07-10 22:47:31 +0900 |
---|---|---|
committer | Koichi ITO <koic.ito@gmail.com> | 2017-07-11 13:12:32 +0900 |
commit | d2901bd517ec3e9efa6ac727bbe4984376e726ba (patch) | |
tree | 0d0f4c0977f8373abbd221712c3a3a9af8c921a3 /actionpack/test/controller | |
parent | aa28c5ca65e230e0946261db0aa58a067e7032df (diff) | |
download | rails-d2901bd517ec3e9efa6ac727bbe4984376e726ba.tar.gz rails-d2901bd517ec3e9efa6ac727bbe4984376e726ba.tar.bz2 rails-d2901bd517ec3e9efa6ac727bbe4984376e726ba.zip |
[Action Pack] `rubocop -a --only Layout/EmptyLineAfterMagicComment`
Diffstat (limited to 'actionpack/test/controller')
-rw-r--r-- | actionpack/test/controller/routing_test.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/actionpack/test/controller/routing_test.rb b/actionpack/test/controller/routing_test.rb index 40401cbc95..fefb84e095 100644 --- a/actionpack/test/controller/routing_test.rb +++ b/actionpack/test/controller/routing_test.rb @@ -1,4 +1,5 @@ # frozen_string_literal: true + require "abstract_unit" require "controller/fake_controllers" require "active_support/core_ext/object/with_options" |