RSpec is getting too intimate with my code | opensoul.org

What if my controller decides to take the Thing.create! and rescue route? What if my model has a special initializer method, like Thing.build_with_foo? My spec for behavior should not fail if I change the implementation.

Lexy Over 14 years ago