DEV Community

Discussion on: the difference between RSpec eq and be

Collapse
 
cescquintero profile image
Francisco Quintero 🇨🇴

Great to know this.. I always try to use be() for object checks. eq() for values and eql() values of the same type.