Common Rails Gotchas
Learn the Rails testing gotchas in detail.
We'll cover the following...
Rails common testing gotchas
The following patterns in Rails lead to relatively silent test failure. We stumble over them all the time.
-
ActiveRecord models don’t save when we expect them to. The most common cause of this problem is that the creation of the object fails ...