-require 'test_helper'
+require "test_helper"
class ChangesetCommentTest < ActiveSupport::TestCase
fixtures :changesets, :changeset_comments
# validations
def test_does_not_accept_invalid_author
comment = changeset_comments(:normal_comment_1)
-
+
comment.author = nil
assert !comment.valid?