yard-spec-plugin
yard-spec-plugin copied to clipboard
Ignore extra layers of test contexts
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...
).