11 Matching Annotations
  1. Oct 2024
    1. Enhances ActionMailer to support the :cache delivery method, which behaves like :test, except that the deliveries are marshalled to a temporary cache file, thus making them available to other processes.
  2. Mar 2023
  3. Mar 2022
  4. Jun 2021
  5. Apr 2021
  6. Mar 2021
    1. Run the complete unit with a certain input set, and test the side-effects. This differs to the Rails Way™ testing style, where smaller units of code, such as a specific validation or a callback, are tested in complete isolation. While that might look tempting and clean, it will create a test environment that is not identical to what happens in production.
  7. Nov 2019