• Tan Le's avatar
    Use push method on Auditable module · 28520f96
    Tan Le authored
    External collaborators to `Gitlab::Audit::EventQueue` should not know
    about the internals of the queue. Hence, we should use a public method,
    instead of interacting with the array using `<<`.
    28520f96
auditor_spec.rb 4.63 KB