Cory Hutchison
Results
1
issues of
Cory Hutchison
See [this Discourse thread](https://discourse.shopify.io/t/unit-test-class-for-helper-doesnt-recognize-helper-objects-methods/22293). Rails auto-_magically_ loads all `Helper` classes which Sorbet isn't picking up. (See [here](https://github.com/rails/rails/blob/main/actionview/lib/action_view/test_case.rb#L97)). We should create a Compiler which can properly handle these cases which will...
enhancement