Skip to content
  • Cristian Bica's avatar
    8a73f4b5
    ActiveJob testing improvements · 8a73f4b5
    Cristian Bica authored
    1. The :test adapter wasn't going through a full cycle of
    serialize/deserialize when performing jobs. Now it does
    2. Regular AJ tests were not run for the :test adapter. Now they are
    3. ActiveJob::TestHelper uses assert_valid_keys but doesn’t requires
    the file that implements that method. Now it does
    8a73f4b5
    ActiveJob testing improvements
    Cristian Bica authored
    1. The :test adapter wasn't going through a full cycle of
    serialize/deserialize when performing jobs. Now it does
    2. Regular AJ tests were not run for the :test adapter. Now they are
    3. ActiveJob::TestHelper uses assert_valid_keys but doesn’t requires
    the file that implements that method. Now it does
Loading