Class: MarkdownExec::TestHashDelegatorFormatExecutionStreams

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

Instance Method Summary collapse

Instance Method Details

#setupObject



6675
6676
6677
6678
# File 'lib/hash_delegator.rb', line 6675

def setup
  @hd = HashDelegator.new
  @hd.instance_variable_set(:@run_state, mock('run_state'))
end