NathanielWroblewski/helloblock

View on GitHub
lib/helloblock/spec_helper.rb

Summary

Maintainability
A
0 mins
Test Coverage
module HelloBlock
  module SpecHelper
    def reset
      @api_key = nil
      @network = nil
      @version = nil
      @connection = nil
      @connection_options = nil
    end
  end
end