Sha256: 1385a85d726c501e6bb3825c77a6fbc2af1e5af54618435c03c743b49b2e8b9a
Contents?: true
Size: 445 Bytes
Versions: 69
Compression:
Stored size: 445 Bytes
Contents
require 'spec_helper' describe Metasploit::Credential::ReplayableHash do it_should_behave_like 'Metasploit::Concern.run' it { should 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 { should be_valid } end end end
Version data entries
69 entries across 69 versions & 1 rubygems