mirror of
https://github.com/discourse/discourse.git
synced 2025-10-03 17:21:20 +08:00
5 lines
141 B
Ruby
5 lines
141 B
Ruby
# frozen_string_literal: true
|
|
|
|
RSpec.describe ::Migrations::Database::IntermediateDB::MutedUser do
|
|
it_behaves_like "a database entity"
|
|
end
|