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
It would be nice to have the ability to not include provider states if all provider states are no_op.
Example:
Pact.provider_states_for'My Service'doprovider_state'some state that needs no setup'dono_opendprovider_state'some other state that needs no setup'dono_opendend
The warning that provider states are missing is still needed to inform the provider to add them if they are needed. But if there's some way within pact_helper.rb to explicitly indicate that no setup/teardown is necessary for any provider states for the specific consumer, that could reduce complexity a little.
The text was updated successfully, but these errors were encountered:
It would be nice to have the ability to not include provider states if all provider states are
no_op
.Example:
The warning that provider states are missing is still needed to inform the provider to add them if they are needed. But if there's some way within
pact_helper.rb
to explicitly indicate that no setup/teardown is necessary for any provider states for the specific consumer, that could reduce complexity a little.The text was updated successfully, but these errors were encountered: