Skip to content

Commit 65a50bd

Browse files
committed
Land rapid7#4071, Change be_false to be_falsey in exe_spec
2 parents 4fa8aae + e583cce commit 65a50bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/lib/msf/util/exe_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
describe '.is_eicar_corrupted?' do
2828
it 'returns false' do
29-
expect(described_class.is_eicar_corrupted?).to be_false
29+
expect(described_class.is_eicar_corrupted?).to be_falsey
3030
end
3131
end
3232

0 commit comments

Comments
 (0)