From b326e82dc012d81e9698cb1f402502af1788c1e9 Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Sat, 6 Aug 2016 20:20:22 +0200 Subject: applies remaining conventions across the project --- activemodel/test/models/topic.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'activemodel/test/models') diff --git a/activemodel/test/models/topic.rb b/activemodel/test/models/topic.rb index 287fee0523..3924741acc 100644 --- a/activemodel/test/models/topic.rb +++ b/activemodel/test/models/topic.rb @@ -40,5 +40,4 @@ class Topic def my_word_tokenizer(str) str.scan(/\w+/) end - end -- cgit v1.2.3