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:
parent
a10611c5a1
commit
39a7658b61
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue