You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a slight concern here: same is less explicit than equal?. It's not obvious what kind of comparison is being made (==, eql?, etc. ) unless you look at the implementation or docs.
https://docs.ruby-lang.org/en/2.1.0/MiniTest/Assertions.html#method-i-assert_same
In the
rails/rails
codebase by a quick regexp search I found 30+ offenses of this.The text was updated successfully, but these errors were encountered: