Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unnecessary module inclusion. #1069

Merged
merged 2 commits into from Sep 6, 2013
Merged

Remove unnecessary module inclusion. #1069

merged 2 commits into from Sep 6, 2013

Conversation

myronmarston
Copy link
Member

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.

`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.
@myronmarston
Copy link
Member Author

@JonRowe, how does this look to you?

@coveralls
Copy link

Coverage Status

Coverage increased (+14.39%) when pulling a3573ae on issue-1042 into 665f5a4 on master.

@fables-tales
Copy link
Member

@myronmarston LGTM if we can get the travis build passing.

@coveralls
Copy link

Coverage Status

Coverage remained the same when pulling 6d92ace on issue-1042 into 665f5a4 on master.

myronmarston added a commit that referenced this pull request Sep 6, 2013
Remove unnecessary module inclusion.
@myronmarston myronmarston merged commit 5f0e7a0 into master Sep 6, 2013
@myronmarston myronmarston deleted the issue-1042 branch September 6, 2013 16:30
@JonRowe
Copy link
Member

JonRowe commented Sep 7, 2013

:)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cleanup extend/include of SharedExampleGroup onto ExampleGroup
4 participants