1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

addresses RuboCop feedback

This commit is contained in:
Xavier Noria 2020-01-07 21:41:33 +01:00
parent c0d91a4f9d
commit ad04bc0d62

View file

@ -202,8 +202,8 @@ class ZeitwerkIntegrationTest < ActiveSupport::TestCase
boot boot
# Preconditions. # Preconditions.
assert !$zeitwerk_integration_test_user assert_not $zeitwerk_integration_test_user
assert !$zeitwerk_integration_test_post assert_not $zeitwerk_integration_test_post
Rails.application.eager_load! Rails.application.eager_load!