class BlockLabelTest
def test_make_method_without_title
def test_make_method_without_title @block_data[:title] = nil label = BlockLabel.make(**@block_data) assert_equal 'Sample Body example.md', label end
def test_make_method_without_title @block_data[:title] = nil label = BlockLabel.make(**@block_data) assert_equal 'Sample Body example.md', label end