Class: MarkdownExec::TestHashDelegator0
- Defined in:
- lib/hash_delegator.rb
Instance Method Summary collapse
- #setup ⇒ Object
-
#test_next_link_state ⇒ Object
Test case for empty body.
Instance Method Details
#setup ⇒ Object
4239 4240 4241 |
# File 'lib/hash_delegator.rb', line 4239 def setup @hd = HashDelegator.new end |
#test_next_link_state ⇒ Object
Test case for empty body
4244 4245 4246 4247 4248 4249 |
# File 'lib/hash_delegator.rb', line 4244 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 |