Files
google-labs-jules[bot] 6f0d0afdb8 Fix(specs): Initialize @version_members in crops/show view spec
The `crops/show` view spec was failing with a `NoMethodError` because
the `@version_members` instance variable was `nil`. This variable is used
in the `_history` partial, which is rendered by the `show` view.

This commit fixes the spec by initializing `@version_members` to an
empty hash in the `before` block of the spec. This ensures that the
view can render without errors during the test run.
2025-12-01 02:34:46 +00:00
..
2025-08-24 21:10:16 +09:30
2025-08-24 07:03:20 +00:00
2025-08-24 21:10:16 +09:30
2019-12-20 03:33:23 +00:00
2022-11-08 00:23:38 +10:30
2022-11-08 00:23:38 +10:30
2024-01-07 21:05:59 +10:30
2022-11-08 00:21:23 +10:30
2022-11-06 16:34:36 +10:30
2022-11-08 00:23:38 +10:30
2020-08-26 12:36:58 +12:00
2025-08-24 21:10:16 +09:30