What I hate about RSpec
This is not developer-friendly:
response.should be_success
Unless you have fully internalized RSpec, it is nigh impossible to know where the space, underscore, and period go. The goal is to come up with code that looks like sentences but the end result is to come up with something a non-developer can read but that developers shouldn’t have to write.
2 Comments