Source: show | on GitHub
# File activesupport/test/callbacks_test.rb, line 417 def test_save_around around = AroundPersonResult.new around.save assert_equal :running, around.result end