Methods
Instance Public methods
test_inherited_setup_callbacks()
Link
# File activesupport/test/test_case_test.rb, line 147 def test_inherited_setup_callbacks assert_equal [:reset_callback_record, :foo, :bar], self.class._setup_callbacks.map(&:raw_filter) assert_equal [:foo, :bar], @called_back assert_equal [:foo, :sentinel, :bar], self.class._teardown_callbacks.map(&:raw_filter) end
Instance Protected methods
bar()
Link