TIL: "be", "eq" and "eql", "equal" are different in rspec
Published on February 01, 2024
"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: