Sha256: 69c146a2c65351ee65df4991e107c2b1c3d85be4a7dfca90b37ed90c21338a57
Contents?: true
Size: 458 Bytes
Versions: 20
Compression:
Stored size: 458 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 FactoryGirl.build(:metasploit_credential_replayable_hash) end it { is_expected.to be_valid } end end end
Version data entries
20 entries across 20 versions & 1 rubygems