..

rake spec fixtures failing

For some reason my rspec fixtures were not loading into my development database when doing spec:db:fixtures:load. An extra parameter to db:fixtures:load is all that’s needed.

>: rake spec:db:fixtures:load
rake aborted!
uninitialized constant Fixtures

Fixed by:

>: rake db:fixtures:load FIXTURES_PATH=spec/fixtures