Module: HelloBlock::SpecHelper

Included in:
HelloBlock
Defined in:
lib/helloblock/spec_helper.rb

Instance Method Summary collapse

Instance Method Details

#resetObject



3
4
5
6
7
8
9
# File 'lib/helloblock/spec_helper.rb', line 3

def reset
  @api_key = nil
  @network = nil
  @version = nil
  @connection = nil
  @connection_options = nil
end