Methods
T
Instance Public methods
test_save()
# File activesupport/test/callbacks_test.rb, line 699
def test_save
  model = ExtendCallbacks.new.extend ExtendModule
  model.save
  assert_equal [1, 2, 3], model.recorder
end