I am reading through the michael hartl tutorial; with a model user that has a method “follow”; One of the tests has an assertion like “should_not be_following”
so I assume inflection is used here internally to find the follow method?
I am reading through the michael hartl tutorial ; with a model user that
Share
Nope, it’s using RSpec’s own rule around predicate methods:
is just shorthand for