-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support document symbols for shared examples (#56)
* 👍 support shared_examples and shared_context I add document symbol support for shared_examples and shared_context. https://rspec.info/features/3-12/rspec-core/example-groups/shared-examples/ https://rspec.info/features/3-12/rspec-core/example-groups/shared-context/ * 👍 support shared_examples_for also shared_examples_for is alias for shared_examples. So I support shared_examples_for. https://github.com/rspec/rspec-core/blob/master/lib/rspec/core/shared_example_group.rb#L101 * 🐛 fix forget leave context issue I forget to add on_call_node_leave for shared_... . * ✅ Add on_call_node_leave test for shared tests I add tests to implement on_call_node_leave for shared tests.
- Loading branch information
Showing
2 changed files
with
352 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters