Fix Multistore FF check for empty test DB
What does this MR do and why?
Fixes #346836 (closed) by safeguarding Feature Flag checks with feature_flags_available?
.
How to set up and validate locally
RAILS_ENV=test bundle exec rake db:purge
RAILS_ENV=test bundle exec rake db:setup
will break on master
, won't on this branch.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #346836 (closed)
Edited by Aleksei Lipniagov