You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Often we need to do logic where resources notify, subscribe, come before or require other resources under certain conditions, but DO NOT do the same in other conditions. Currently, it's not possible to test whether a given resource does not have a particular relationship with another, we can only test that relationships exist.
Please add the functionality to allow for testing that relationships do not exist for a given resource.
An example: We have 'production' and 'maintenance' modes of operation for systems:
Should be able to have two rspec contexts 'production' and 'maintenance' and in maintenance context test that file '/some/file' does not notify service 'bar'
The text was updated successfully, but these errors were encountered:
Often we need to do logic where resources notify, subscribe, come before or require other resources under certain conditions, but DO NOT do the same in other conditions. Currently, it's not possible to test whether a given resource does not have a particular relationship with another, we can only test that relationships exist.
Please add the functionality to allow for testing that relationships do not exist for a given resource.
An example: We have 'production' and 'maintenance' modes of operation for systems:
Should be able to have two rspec contexts 'production' and 'maintenance' and in maintenance context test that file '/some/file' does not notify service 'bar'
The text was updated successfully, but these errors were encountered: