Source: show | on GitHub
# File activesupport/test/callbacks_test.rb, line 840 def test_save model = ExtendCallbacks.new.extend ExtendModule model.save assert_equal [1, 2, 3], model.recorder end