Sha256: d2db9afc046af5cef7d9bf9d59d0bca885aa14e590e3a18f4d2ec8fbc76bdbdb

Contents?: true

Size: 271 Bytes

Versions: 1

Compression:

Stored size: 271 Bytes

Contents

# frozen_string_literal: true

require './test/test_helper'

class VirustotalAPIVTReportTest < Minitest::Test
  def test_api_base_uri
    assert VirustotalAPI::URI.is_a?(String)
    assert_equal 'https://www.virustotal.com/api/v3', VirustotalAPI::URI
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
virustotal_api_compat-0.1.7 test/uri_test.rb