Source: show | on GitHub
# File activesupport/test/callbacks_test.rb, line 711 def test_save obj = HyphenatedCallbacks.new obj.save assert_equal "ACTION", obj.stuff end