mirror of
https://github.com/discourse/discourse.git
synced 2025-02-09 08:26:32 +08:00
6 lines
142 B
Ruby
6 lines
142 B
Ruby
# frozen_string_literal: true
|
|
|
|
RSpec.describe Chat::MessageReaction do
|
|
it { is_expected.to validate_length_of(:emoji).is_at_most(100) }
|
|
end
|