Skip to content

Improve fast specs helper to autoload the library

Grzegorz Bizon requested to merge backstage/gb/improve-fast-specs-helper into master

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

Merge request reports

Loading