On May 24, 2011, at 2:28 PM, rogerdpack wrote:
> Hello all.
> I believe I was under the impression that with rspec 2, one didn''t
> need to require ''autorun'' to have specs autorun.
> Can anybody tell me if this is the case or not?
> Thanks!
> -roger-
If you run using rspec, rake (e.g. RSpec::Core::RakeTask), or rcov, then you
don''t. If you''re running it with ruby, then you do.
This changed in 2.6, and I''d be willing to change it back (as it
represents a regression in a minor release), but I''d prefer not to.
Thoughts?
David