.ai/principles/baselines/qa-rspec.md
||, &&, if/else, case), verify each branch has test coveragebefore_validation, before_save), ensure unit specs test the callback behavior specifically|| operators)stub_feature_flags(flag: true) — feature flags are enabled by default in the test environment, so stubbing to true is redundant and misleadingstub_feature_flags(flag: false) to test the disabled code pathspec/requests/api/pages_spec.rb, DO NOT create spec/requests/api/pages/pages_spec.rb)