class CallbacksTest::AroundCallbackResultTest

Public Instance Methods

test_save_around() click to toggle source
# File activesupport/test/callbacks_test.rb, line 523
def test_save_around
  around = AroundPersonResult.new
  around.save
  assert_equal :running, around.result
end