rspec / rspec-core

RSpec runner and formatters
http://rspec.info
MIT License
1.23k stars 765 forks source link

Add SnippetExtractor spec examples for end-less methods support #2894

Closed yujinakayama closed 3 years ago

yujinakayama commented 3 years ago

This PR adds spec examples for https://github.com/rspec/rspec-core/issues/2892. Actual fix is done in https://github.com/rspec/rspec-support/pull/505.