Skip to content

Commit f321cea

Browse files
committed
Slightly more readable assertion
1 parent 8abcc5a commit f321cea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/lib/rex/sslscan/result_spec.rb

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

2828
it "should return an empty set for ciphers" do
29-
subject.ciphers.empty?.should == true
29+
subject.ciphers.should be_empty
3030
end
3131

3232
it "should return an empty array for accepted" do

0 commit comments

Comments
 (0)