yard-spec-plugin icon indicating copy to clipboard operation
yard-spec-plugin copied to clipboard

Ignore extra layers of test contexts

Open Jesus opened this issue 5 years ago • 0 comments

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...).

Jesus avatar Aug 06 '19 15:08 Jesus