• Thong Kuah's avatar
    Skip ActiveJob reloading callback in test env · 420b461c
    Thong Kuah authored
    Because we run ActiveJob inline in test env, there is probably no need
    to have code reloading for this while specs are running. This removes
    frequent calls to FileUpdateCheker#updated? which is slow on macOS.
    420b461c
remove_active_job_execute_callback_spec.rb 250 Bytes