Skip to content

Add a RSpec::Mocks reset call to example_spec

gitlab-qa-bot requested to merge samphippen/fix-for-mocks-884 into master

Created by: penelopezone

This is necessary because in https://github.com/rspec/rspec-mocks/pull/884 we've added behaviour that raises even if an eager raise occured. The call to generated description happens outside of the test, but before the mock is reset, so this resets it.

Merge request reports