Refactor project import service spec to stub provider without details
It seems that the stubbed provider variable is not used to verify import behaviour, so let's not stub it with too many details. Note that this was caught because we've passed a Hash with String keys to `ActiveSupport::InheritableOptions` whereas Symbol keys are expected.
Showing
Please register or sign in to comment