Module: OMU::Support::Minitest::CallbackHelper

Defined in:
lib/omu_support/minitest/callback_helper.rb

Constant Summary collapse

CALLBACKS =
%i[
  after_commit
  after_create
  after_destroy
  after_find
  after_initialize
  after_rollback
  after_save
  after_touch
  after_update
  after_validation
  around_create
  around_destroy
  around_save
  around_update
  before_create
  before_destroy
  before_save
  before_update
  before_validation
].freeze