Sha256: 2efac2d281643c75e761ee3f8e595cefd1df61ef98340d5266e0678112baeba1

Contents?: true

Size: 261 Bytes

Versions: 3

Compression:

Stored size: 261 Bytes

Contents

require 'test_helper'
require 'webmock'

include WebMock::API
WebMock.disable_net_connect!(allow_localhost: true)

class UnitTestCase < Test::Unit::TestCase
  def setup
    WebMock.reset!
    WebMock.enable!
  end

  def teardown
    WebMock.disable!
  end
end

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
xeroizer-3.0.1 test/unit_test_helper.rb
xeroizer-3.0.0 test/unit_test_helper.rb
xeroizer-3-pre-beta-3.0.0.pre.beta test/unit_test_helper.rb