VIEW MORE ARTICLES
Rinas Writes

February 01, 2024

TIL: "be", "eq" and "eql", "equal" are different in rspec
"be", "eq" are same, and checks for the value of the object

"eql", "equal" are same, and checks for object_id of the object


Here is where I learend this from: