class CallbacksTest::HyphenatedKeyTest
Public Instance Methods
test_save()
click to toggle source
# File activesupport/test/callbacks_test.rb, line 884 def test_save obj = HyphenatedCallbacks.new obj.save assert_equal "ACTION", obj.stuff end