Hi
minitest disappeared on ruby-doc.org/stdlib for newer versions.
Is it moved elsewhere, or is it depricated?
there is a gem minitest, but that looks like not to be not in the stdlib anymore?
thanks
Opti
Hi
minitest disappeared on ruby-doc.org/stdlib for newer versions.
Is it moved elsewhere, or is it depricated?
there is a gem minitest, but that looks like not to be not in the stdlib anymore?
thanks
Opti
I can’t speak for ruby-doc.org as that’s a private website. Minitest was never technically in stdlib. It was bundled in lib and had a fake gemspec to go with it. Now it ships with ruby and is installed as a full fledged gem with a real gemspec.
On Jan 25, 2017, 17:06 -0800, Die Optimisten <inform@die-optimisten.net>, wrote:
Hi
minitest disappeared on ruby-doc.org/stdlib for newer versions.
Is it moved elsewhere, or is it depricated?
there is a gem minitest, but that looks like not to be not in the stdlib
anymore?