1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-09-11 17:08:02 +02:00

resolves merge conflict between #4071 / #4072

This commit is contained in:
Joshua Smith 2014-10-24 13:11:35 -05:00
parent 65a50bdc83
commit 0d449cb88d
No known key found for this signature in database
GPG Key ID: ADDEAD3D3D609E33

View File

@ -26,7 +26,7 @@ describe Msf::Util::EXE do
describe '.is_eicar_corrupted?' do
it 'returns false' do
expect(described_class.is_eicar_corrupted?).to be_falsey
expect(described_class.is_eicar_corrupted?).to eq(false)
end
end