rspec-metagem
rspec-metagem copied to clipboard
RSpec meta-gem that depends on the other components
## TL;DR I propose that we change our Ruby version support policy for RSpec 4 so that dropping support for old ruby versions is no longer coupled to major version...
RSpec 4 plan
It's been in the air and mostly in sparse @JonRowe's comments ([1](https://github.com/rspec/rspec/issues/25#issuecomment-451770525), [2](https://github.com/rspec/rspec-rails/pull/2381#issuecomment-686158523)). This is an attempt to gather the ideas and start the discussion. [Release step-by-step plan](https://github.com/rspec/rspec-core/pull/2880#issuecomment-797756681) pre-4.0: -...
I have been recently adopting sorbet into my projects and it greatly helped me with refactoring. Unfortunately the typechecking errors are not extending to specs due to the DSL nature...
We had some discussions about this years ago but I think it's time to clarify the requirements. Of course, TruffleRuby would need pass the RSpec test suite, I think it's...
Proof of concept for merging the other repos into this repo while keeping all history (See: https://github.com/rspec/rspec-core/issues/2509). I had some success with the steps described here (https://thoughts.t37.net/merging-2-different-git-repositories-without-losing-your-history-de7a06bba804 ``` mkdir rspec-mono...