aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/lazy_load_hooks_test.rb
diff options
context:
space:
mode:
authorRafael França <rafaelmfranca@gmail.com>2017-07-11 17:36:43 -0400
committerGitHub <noreply@github.com>2017-07-11 17:36:43 -0400
commitcfb1e4dfd8813d3d5c75a15a750b3c53eebdea65 (patch)
tree387edb2a4b1bdcdb5271d285c6fdf106313521a1 /activesupport/test/lazy_load_hooks_test.rb
parentf3e8d599a3ce4bdc6cf38ccd2e78c14cb84e28c5 (diff)
parent2653765144976d8f085d3ac473926b3f97a71d6b (diff)
downloadrails-cfb1e4dfd8813d3d5c75a15a750b3c53eebdea65.tar.gz
rails-cfb1e4dfd8813d3d5c75a15a750b3c53eebdea65.tar.bz2
rails-cfb1e4dfd8813d3d5c75a15a750b3c53eebdea65.zip
Merge pull request #29748 from koic/enable_layout_empty_line_after_magic_comment
Enable Layout/EmptyLineAfterMagicComment cop
Diffstat (limited to 'activesupport/test/lazy_load_hooks_test.rb')
-rw-r--r--activesupport/test/lazy_load_hooks_test.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/test/lazy_load_hooks_test.rb b/activesupport/test/lazy_load_hooks_test.rb
index 761fe46094..9c9264e8fc 100644
--- a/activesupport/test/lazy_load_hooks_test.rb
+++ b/activesupport/test/lazy_load_hooks_test.rb
@@ -1,4 +1,5 @@
# frozen_string_literal: true
+
require "abstract_unit"
class LazyLoadHooksTest < ActiveSupport::TestCase