]> git.openstreetmap.org Git - rails.git/commit
Add tests & factories for UserMute feature
authorGregory Igelmund <github.com@grekko.de>
Wed, 13 Dec 2023 18:09:39 +0000 (13:09 -0500)
committerGregory Igelmund <github.com@grekko.de>
Tue, 19 Dec 2023 17:57:47 +0000 (12:57 -0500)
commitd0ec5d143726daf3f98b0ca8d4f5aab24c897023
tree5113e2472a31646f212919c2e27d23cfda66d9cf
parentefc61f13159f2cf4e2ba542bac40ca84a57480da
Add tests & factories for UserMute feature
test/controllers/user_mutes_controller_test.rb [new file with mode: 0644]
test/factories/messages.rb
test/factories/user_mute.rb [new file with mode: 0644]
test/models/message_test.rb
test/models/user_mute_test.rb [new file with mode: 0644]
test/system/user_muting_test.rb [new file with mode: 0644]