Flowdock
method

test_accept_list_item_start_label

Importance_0
v1_9_2_180 - Show latest stable - 0 notes - Class: FormatterTestCase
test_accept_list_item_start_label() public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/rdoc/markup/formatter_test_case.rb, line 120
      def test_accept_list_item_start_label
        @to.start_accepting

        @to.accept_list_start @label_list

        @to.accept_list_item_start @label_list.items.first

        accept_list_item_start_label
      end
Register or log in to add new notes.