fix failing specs

This commit is contained in:
Neil Lalonde
2017-01-27 16:16:57 -05:00
parent c36dda70ae
commit 7ead3e1f18
2 changed files with 6 additions and 4 deletions

View File

@ -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