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

Ignore extra layers of test contexts #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Jesus
Copy link

@Jesus Jesus commented Aug 6, 2019

Two changes:

  • Handle calls to 'context' just the same way as 'describe'.
  • Allow additional intermediate blocks.

Closes #6.

Update: This also updates the tests to the new rspec interface (expect(...).to ... instead of ...should...).

Two changes:

- Handle calls to 'context' just the same way as 'describe'.
- Allow additional intermediate blocks.

Closes lsegal#6.
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.

not picking up specs wrapped in context or additional describe blocks
1 participant