Methods
T
Instance Public methods
test_save_around()
# File activesupport/test/callbacks_test.rb, line 409
def test_save_around
  around = AroundPersonResult.new
  around.save
  assert_equal :running, around.result
end