]> git.openstreetmap.org Git - rails.git/blobdiff - test/models/diary_comment_test.rb
Standardise on double quoted strings
[rails.git] / test / models / diary_comment_test.rb
index e96c122300c99ad9a01114965f36e1067b88c744..a32c153f9a7eac6784e33100a7468836affbe8bb 100644 (file)
@@ -1,9 +1,9 @@
-require 'test_helper'
+require "test_helper"
 
 class DiaryCommentTest < ActiveSupport::TestCase
   api_fixtures
   fixtures :diary_comments
-  
+
   def test_diary_comment_count
     assert_equal 4, DiaryComment.count
   end