Improve fast specs helper to autoload the library
What does this MR do?
This merge request add ActiveSupport
autoloading capabilities to make fast_spec_helper
more useful.
These changes make it possible to use fast_spec_helper
in most of our code that is isolated inside lib/
and not using Rails, what makes development much easier.
It still make it possible to load specs / run them in around 1 second, but makes it much more easier to write specs.
Example an example of usage.
Does this MR meet the acceptance criteria?
-
Has been reviewed by Backend
Edited by Grzegorz Bizon