Skip to content

`c.mock_framework = :foo` => `c.mock_with :foo`

gitlab-qa-bot requested to merge fix-mocking-cukes into master

Created by: myronmarston

Both work but the latter is the way we document the config elsewhere, so it's worth standardizing here.

Merge request reports