You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This extends the fix from 1f150f6
to Rails 6.1, and adds test coverage. Specifically, it adds a record
reload to the "stores the default on creation" test to ensure that the
postcondition holds. Without the reload, the "stores the default on
creation" test would pass even before
1f150f6.
This commit also adds a test for when the record is partially loaded,
and changes some Rails private API calls to equivalent public API calls.
0 commit comments