Skip to content

Remove unnecessary module inclusion.

gitlab-qa-bot requested to merge issue-1042 into master

Created by: myronmarston

SharedExampleGroup needs to be extended, but does not need to be included as well.

The specs had to be refactored a bit because they declared shared examples in-line w/in an example, which isn't a normal, supported use case.

Fixes #1042 (closed).

Merge request reports