-
Earlopain authored
A few things: * Removal of delayed_job in the Gemfile causes a load error. CI is fine since this file is filtered out in the rake task * The async adapter test assumes the async adapter to be present. Again not a problem on CI, but the default is the inline adapter * Integration tests are run, they reference a job that is present only in the dummy app
Earlopain authoredA few things: * Removal of delayed_job in the Gemfile causes a load error. CI is fine since this file is filtered out in the rake task * The async adapter test assumes the async adapter to be present. Again not a problem on CI, but the default is the inline adapter * Integration tests are run, they reference a job that is present only in the dummy app
Loading