Rename test

This commit is contained in:
Jorge Manrubia
2025-10-03 19:06:45 +02:00
parent 5e09944606
commit 6a0423bed3
+1 -2
View File
@@ -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)