Broken wizard_builder_spec and application_controller_spec on local machine

All of these feel like they are theme / cache related.

Can you try

  • redis-cli flushall
  • dropdb discourse_test
  • rm -fr tmp/*
  • createdb discourse_test
  • RAILS_ENV=test bin/rake db:migrate
  • bin/rake autospec

Save the files with the bust specs do they start working?

5 Likes