module HelloBlock::SpecHelper

Public Instance Methods

reset() click to toggle source
# File lib/helloblock/spec_helper.rb, line 3
def reset
  @api_key = nil
  @network = nil
  @version = nil
  @connection = nil
  @connection_options = nil
end