2442d1f60835213b5a1b804f859435fc938bb185
Getting the following error when running tests in a real project:
...activesupport/lib/active_support/dependencies.rb:276:in `load_missing_constant': uninitialized constant Shoulda::ActiveRecord::Base (NameError)
Think this is because of the namespace changes, but not sure. Will investigate later.
The ThoughtBot module had been added (by me) as a paranoid namespacing measure,
just in case any other code wanted to use a class or module named Shoulda.
Silly.