Sha256: e078153e149ebdf280853bba36549eadbd0c0581f348955c88e2c921c593f46e
Contents?: true
Size: 220 Bytes
Versions: 2
Compression:
Stored size: 220 Bytes
Contents
# frozen_string_literal: true require "test_helper" class JsonParserTest < Minitest::Test test "loads JSON" do JSON.expects(:load).with(%[{"a":1}]) Aitch::ResponseParser::JSONParser.load(%[{"a":1}]) end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
aitch-1.0.1 | test/aitch/response_parser/json_parser_test.rb |
aitch-1.0.0 | test/aitch/response_parser/json_parser_test.rb |