]> git.openstreetmap.org Git - rails.git/blobdiff - test/models/changeset_comment_test.rb
Standardise on double quoted strings
[rails.git] / test / models / changeset_comment_test.rb
index c13fde8e28e31734c7ae755deba6388e46b88d4c..2e09bb88401afaf88f7aa8d8d4aa15f9afc6095b 100644 (file)
@@ -1,4 +1,4 @@
-require 'test_helper'
+require "test_helper"
 
 class ChangesetCommentTest < ActiveSupport::TestCase
   fixtures :changesets, :changeset_comments
@@ -10,7 +10,7 @@ class ChangesetCommentTest < ActiveSupport::TestCase
   # validations
   def test_does_not_accept_invalid_author
     comment = changeset_comments(:normal_comment_1)
-    
+
     comment.author = nil
     assert !comment.valid?