Source: show | on GitHub
# File activesupport/test/callbacks_test.rb, line 741 def test_termination_skips_after_callbacks terminator = CallbackTerminatorSkippingAfterCallbacks.new terminator.save assert_equal ["first", "second"], terminator.history end