Skip ActiveJob reloading callback in test env
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.
Showing
Please register or sign in to comment