diff options
Diffstat (limited to 'activemodel/test/models/topic.rb')
-rw-r--r-- | activemodel/test/models/topic.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activemodel/test/models/topic.rb b/activemodel/test/models/topic.rb index fed50bc361..287fee0523 100644 --- a/activemodel/test/models/topic.rb +++ b/activemodel/test/models/topic.rb @@ -38,7 +38,7 @@ class Topic end def my_word_tokenizer(str) - str.scan(/\w+/) + str.scan(/\w+/) end end |