Sha256: 56d60c67090f0a37c84b669acbca97759c7535e61ce580972272706fcdbd0f7e
Contents?: true
Size: 457 Bytes
Versions: 34
Compression:
Stored size: 457 Bytes
Contents
RSpec.describe Metasploit::Credential::ReplayableHash, type: :model do it_should_behave_like 'Metasploit::Concern.run' it { is_expected.to be_a Metasploit::Credential::PasswordHash } context 'factories' do context 'metasploit_credential_replayable_hash' do subject(:metasploit_credential_replayable_hash) do FactoryBot.build(:metasploit_credential_replayable_hash) end it { is_expected.to be_valid } end end end
Version data entries
34 entries across 34 versions & 1 rubygems