Skip to content
  • Earlopain's avatar
    d7f2a14f
    Make ActiveJob tests runnable with `bin/test` again · d7f2a14f
    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
    d7f2a14f
    Make ActiveJob tests runnable with `bin/test` again
    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
Loading