552 seems like a valid fix. The require statement seems to be requiring something that no longer exists. Then why isn't the CI failing? It should be because the Jbuilder Railtie is not executed during the tests.
So, here's an attempt to make the CI run the Railtie. Let's see if the CI properly fails now...
552 seems like a valid fix. The
require
statement seems to be requiring something that no longer exists. Then why isn't the CI failing? It should be because the Jbuilder Railtie is not executed during the tests.So, here's an attempt to make the CI run the Railtie. Let's see if the CI properly fails now...