Sha256: a9945942d176abc9ebbdc809eb3cd466f49c2334f5b307c9bff1f68c19140826
Contents?: true
Size: 208 Bytes
Versions: 1
Compression:
Stored size: 208 Bytes
Contents
require 'spec_helper' require 'nvd/json_feeds/schema/timestamp' describe "NVD::JSONFeeds::Schema::Timestamp" do subject { Schema::Timestamp } it { expect(subject).to be(CVESchema::CVE::Timestamp) } end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
nvd-json_feeds-0.1.0 | spec/schema/timestamp_spec.rb |