mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #6789 from takoyakikamen/aptests
Correct the AP test。
This commit is contained in:
commit
3a1cac42a5
1 changed files with 1 additions and 0 deletions
|
@ -111,6 +111,7 @@ module ActiveSupport
|
|||
finished = Time.now
|
||||
event = @event_stack.pop
|
||||
event.end = finished
|
||||
event.payload.merge!(payload)
|
||||
|
||||
method = name.split('.').first
|
||||
begin
|
||||
|
|
Loading…
Reference in a new issue