From 6a0423bed3e50fc4f513ffc7b23ec0b8f79f018c Mon Sep 17 00:00:00 2001 From: Jorge Manrubia Date: Fri, 3 Oct 2025 19:06:45 +0200 Subject: [PATCH] Rename test --- test/models/collection/accessible_test.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/models/collection/accessible_test.rb b/test/models/collection/accessible_test.rb index 9b95cd574..a04327bd3 100644 --- a/test/models/collection/accessible_test.rb +++ b/test/models/collection/accessible_test.rb @@ -31,8 +31,7 @@ class Collection::AccessibleTest < ActiveSupport::TestCase assert_equal User.all, collection.users.reload end - - test "watched_by? when notifications are set on the collection" do + test "collection watchers" do collections(:writebook).access_for(users(:kevin)).watching! assert_includes collections(:writebook).watchers, users(:kevin)