"Stalled" not "Stale"

The latter sounds like old bread.
This commit is contained in:
Kevin McConnell
2025-03-27 12:22:55 +00:00
parent 14db651488
commit 3ea7da26ab
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -111,8 +111,8 @@ class FilterTest < ActiveSupport::TestCase
filters(:jz_assignments).update!(stages: [], assignees: [], tags: [], buckets: [ buckets(:writebook) ])
assert_equal "Most discussed in Writebook", filters(:jz_assignments).summary
filters(:jz_assignments).update!(indexed_by: "most_stale")
assert_equal "Most stale in Writebook", filters(:jz_assignments).summary
filters(:jz_assignments).update!(indexed_by: "stalled")
assert_equal "Stalled in Writebook", filters(:jz_assignments).summary
end
test "params without a key-value pair" do