mirror of
https://github.com/discourse/discourse.git
synced 2026-08-04 10:23:17 -05:00
Theme qunit tests are run in RAILS_ENV=development, which has LOAD_PLUGINS enabled by default. We should allow that default to take effect, without overriding it with `LOAD_PLUGINS=0`. This is essential for themes which depend on plugins for their tests to work.