While running rake spec should you happen to run across a stack trace including...

  
backward_compatibility.rb:20:in `const_missing'  

... it could be for a number of reasons, but in my case, it was because I had accidentally named a model plural then manually renamed it without renaming the *_spec.rb file as well.