Class: MarkdownExec::TestHashDelegatorFormatExecutionStreams
- Inherits:
-
Minitest::Test
- Object
- Minitest::Test
- MarkdownExec::TestHashDelegatorFormatExecutionStreams
- Defined in:
- lib/hash_delegator.rb
Instance Method Summary collapse
Instance Method Details
#setup ⇒ Object
4734 4735 4736 4737 |
# File 'lib/hash_delegator.rb', line 4734 def setup @hd = HashDelegator.new @hd.instance_variable_set(:@run_state, mock('run_state')) end |