Class: MarkdownExec::TestHashDelegator0

Inherits:
Minitest::Test
  • Object
show all
Defined in:
lib/hash_delegator.rb

Instance Method Summary collapse

Instance Method Details

#setupObject



2559
2560
2561
# File 'lib/hash_delegator.rb', line 2559

def setup
  @hd = HashDelegator.new
end

Test case for empty body



2564
2565
2566
# File 'lib/hash_delegator.rb', line 2564

def test_next_link_state
  @hd.next_link_state(block_name_from_cli: nil, was_using_cli: nil, block_state: nil, block_name: nil)
end