mirror of
https://github.com/discourse/discourse.git
synced 2025-05-30 07:11:34 +08:00
fix failing specs
This commit is contained in:
@ -37,7 +37,7 @@ describe Topic do
|
||||
expect(topic).to_not be_valid
|
||||
|
||||
expect(topic.errors.full_messages.first).to include(I18n.t(
|
||||
'errors.messages.matches_censored_pattern', censored_words: 'orange monkey orange stuff'
|
||||
'errors.messages.matches_censored_pattern', censored_words: 'orangejuice orange monkey orange stuff'
|
||||
))
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user