Sha256: e8af0bb99b0d1a3e6d97d1bb1e913ca472243d0abbe7f1c900e61eadb8814b1a
Contents?: true
Size: 366 Bytes
Versions: 44
Compression:
Stored size: 366 Bytes
Contents
require 'spec_helper' RSpec.describe 'DataModels::Alert' do subject { PatronusFati::DataModels::Alert } it { expect(subject).to have_property(:created_at) } it { expect(subject).to have_property(:message) } it { expect(subject).to belong_to(:src_mac) } it { expect(subject).to belong_to(:dst_mac) } it { expect(subject).to belong_to(:other_mac) } end
Version data entries
44 entries across 44 versions & 1 rubygems