Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Settings.features.provider_partnerships feature flag
This feature flag will be used to enable / disable routes and toggle the return values of certain methods so we can merge the updated provider partnerships code incrementally while maintaining the current behaviour. In test files we can have functional tests test the existing behaviour and the new implementation by switching on the feature flag for example: allow(Setttings.features).to receive(:provider_partnerships)
- Loading branch information