Sha256: 0a7631e49dfdbef6fd76e8c30331b826b2129f58363a1e4aaf05dacf2d0a4184
Contents?: true
Size: 334 Bytes
Versions: 16
Compression:
Stored size: 334 Bytes
Contents
require 'helper' class TestBestMatchResponse < Test::Unit::TestCase should "get numResults attribute" do response = BestMatchResponse.from_hash("numResults" => 200, "category" => "VAULT") assert_equal 200, response.numResults assert_equal 200, response.num_results assert_equal "VAULT", response.category end end
Version data entries
16 entries across 16 versions & 1 rubygems