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

Deletes spurious spaces

This commit is contained in:
Xavier Noria 2021-08-23 00:49:12 +02:00
parent a10611c5a1
commit 39a7658b61

View file

@ -112,9 +112,9 @@ class BasicCallbacksTest < ActiveSupport::TestCase
include CallbackInheritanceTestFixtures
def setup
@index = GrandParent.new("index").dispatch
@update = GrandParent.new("update").dispatch
@delete = GrandParent.new("delete").dispatch
@index = GrandParent.new("index").dispatch
@update = GrandParent.new("update").dispatch
@delete = GrandParent.new("delete").dispatch
end
def test_basic_conditional_callback1