Sha256: b20bc728a0d8605bd37952432c47c06f464bf29cfcee5511f0794325611aefb7
Contents?: true
Size: 220 Bytes
Versions: 3
Compression:
Stored size: 220 Bytes
Contents
require 'minitest/autorun' require 'webmock/minitest' require 'api_pi' module ApiPi class TestCase < Minitest::Test def setup map = { k: "v", a: [1,2,3], m: 1 } @map = Map.new(map) end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
api_pi-0.9.3 | test/test_helper.rb |
api_pi-0.9.2 | test/test_helper.rb |
api_pi-0.9 | test/test_helper.rb |