Skip to content

Initializing message expectation args to match any args(refer comment on issue #103)

Created by: preethiramdev

If an expectation is created after a stub for the same method this will ensure that the expectation is initialized to match any args rather than the args the stub expects Not sure which file to put the spec in though

Merge request reports