summaryrefslogtreecommitdiff
path: root/test/controllers/nodes_controller_test.rb
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2026-07-06 04:20:55 +0200
committererdgeist <erdgeist@erdgeist.org>2026-07-06 04:20:55 +0200
commit970f10854bccee0528de8435e5a65cdcc18ba93e (patch)
tree3d6b96fc6594241fade803df4c1862301c454767 /test/controllers/nodes_controller_test.rb
parent81a07bfca08fda8ce762f2282d3bd5f6909dc923 (diff)
Remove dead custom_rrule references after column drop
events#index still read event.custom_rrule - a live bug the column-drop migration introduced, not just stale test data. Caught by four test failures (three fixtures/direct attribute hashes still setting the removed column, one UnknownAttributeError from a stale fixture loaded before any test method runs), none of which were actually testing this view - "should get index" passed throughout with zero Event records present, meaning it could never have caught a per-row rendering bug. Strengthened to create one real event first, so a future stray reference to a dropped or renamed column fails loudly instead of silently passing on an empty table.
Diffstat (limited to 'test/controllers/nodes_controller_test.rb')
0 files changed, 0 insertions, 0 deletions