▲ | jeltz 10 days ago | |
> Replace all asserts with expected ==expected and most people won't notice. Those tests were very common back when I used to work in Ruby on Rails and automatically generating test stubs was a popular practice. These stubs were often just converted into expected == expected tests so that they passed and then left like that. |