diff --git a/test/unit/comment_notifier_test.rb b/test/unit/comment_notifier_test.rb index 491f44a..5d318fa 100644 --- a/test/unit/comment_notifier_test.rb +++ b/test/unit/comment_notifier_test.rb @@ -83,15 +83,15 @@ class CommentNotifierTest < ActiveSupport::TestCase private def create_comment_and_notify(args) - Comment!.create(args) + Comment.create!(args) end - def read_fixture(action) - IO.readlines("#{FIXTURES_PATH}/mail_sender/#{action}") - end + def read_fixture(action) + IO.readlines("#{FIXTURES_PATH}/mail_sender/#{action}") + end - def encode(subject) - quoted_printable(subject, CHARSET) - end + def encode(subject) + quoted_printable(subject, CHARSET) + end end -- libgit2 0.21.2