mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Callbacks tests also uses singleton class eval
This commit is contained in:
parent
ecca365137
commit
37c7481826
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
require_relative "abstract_unit"
|
||||
require "active_support/core_ext/kernel/singleton_class"
|
||||
|
||||
module CallbacksTest
|
||||
class Record
|
||||
|
|
Loading…
Reference in a new issue